Skip to content

Commit 6eee8d9

Browse files
committed
fixed
1 parent 96a45f8 commit 6eee8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/thymeleaf-standard-dialects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Thymeleaf有一组可用的字面量和操作。
237237
#{selection.__${sel.code}__}
238238
```
239239

240-
我们看到的变量表达式`${sel.code}`将先被执行,加入结果是`"ALL"`,那么_之间的值`"ALL"`将被看做表达式的一部分被执行,在这里会变成`selection.ALL`
240+
我们看到的变量表达式`${sel.code}`将先被执行,假如结果是`"ALL"`,那么_之间的值`"ALL"`将被看做表达式的一部分被执行,在这里会变成`selection.ALL`
241241

242242

243243
## 基本属性

0 commit comments

Comments
 (0)