Skip to content

Commit cddf3cf

Browse files
committed
Update The-Expression-Syntax.md
1 parent 97f7f92 commit cddf3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/The-Expression-Syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The range is inclusive:
154154

155155
Example:
156156

157-
```coffeescript
157+
```go
158158
// Ensure all tweets are less than 140 chars.
159159
all(Tweets, {.Size < 140})
160160
```

0 commit comments

Comments
 (0)