Skip to content

Commit 55f4757

Browse files
committed
Remove code fence.
1 parent 5772ca3 commit 55f4757

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/examples/UserGuide/piping.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,13 @@ end
118118

119119
# What's nice about this approach is that if you want to remove some criteria, you can easily comment out the relevant parts. For example, if you're willing to consider older movies, just comment out the `Year >= 2000`.
120120

121-
```@example
122121
@chain movies begin
123122
@filter begin
124123
## Year >= 2000
125124
Rating >= 9
126125
end
127126
@slice 1:5
128127
end
129-
```
130128

131129
# ## Which approach to use?
132130

0 commit comments

Comments
 (0)