Skip to content

Commit 08290b9

Browse files
committed
Changes!
1 parent 7ba7c06 commit 08290b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@
7373
([eutampieri](https://github.com/eutampieri))
7474

7575
- The compiler will now raise warning for inefficient use of `list.length()`
76-
when trying to check is list empty via `0 < list.length(list)` or `list.length(list) > 0` as well as in other cases. For example, the following code:
76+
when trying to check is list empty via `0 < list.length(list)` or
77+
`list.length(list) > 0` as well as in other cases. For example, the following
78+
code:
79+
7780
```gleam
7881
import gleam/list
7982

0 commit comments

Comments
 (0)