Skip to content

Commit f89ce16

Browse files
authored
docs: remove stale func from pipe statement keywords (#6087)
1 parent ca4593d commit f89ce16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/book/src/reference/syntax/pipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ where a line break doesn't act as a pipe.
2929

3030
- before or after tuple items
3131
- before or after array items
32-
- before a new statement, which starts with `let` or `from` (or `func`)
32+
- before a new statement, which starts with `let` or `from`
3333
- within a [line wrap](./operators.md#wrapping-lines)
3434

3535
For example:

0 commit comments

Comments
 (0)