Skip to content

Commit f217b55

Browse files
authored
Update README.md
1 parent 742423e commit f217b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the analogue in Base.
1818

1919
## Lazy operations
2020

21-
To construct a lazy representation of a function call `f(x,y,z...), use the command
21+
To construct a lazy representation of a function call `f(x,y,z...)`, use the command
2222
`applied(f, x, y, z...)`. This will return an unmaterialized object typically of type `Applied`
2323
that represents the operation. To realize that object, call `materialize`, which
2424
will typically be equivalent to calling `f(x,y,z...)`. A macro `@~` is available as a shorthand:

0 commit comments

Comments
 (0)