Skip to content

Commit 3051fc8

Browse files
authored
Fix formatting issues in SpEL section of Java.md
1 parent 3c063a8 commit 3051fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Server Side Template Injection

Server Side Template Injection/Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val
370370
371371
### SpEL - Basic Injection
372372
373-
> SpEL has built-in templating system using `#{ }`, but SpEL is also commonly used for interpolation using `${ }``.
373+
> SpEL has built-in templating system using `#{ }`, but SpEL is also commonly used for interpolation using `${ }`.
374374
375375
```java
376376
${7*7}

0 commit comments

Comments
 (0)