Skip to content

Commit f681309

Browse files
more general
1 parent 8de572d commit f681309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Read the vignettes. If you are done, come back here.
1515
`style_text("call(1, 2 + 1)")`
1616

1717
Go broad before you go deep. Before going into the very deep layers of function
18-
calls of `style_text()`, try to understand that `style_text()` consists of only
19-
three function calls.
18+
calls of `style_text()`, try to understand that `style_text()` consists of a few
19+
function calls only.
2020
Go into each of them and try to understand one layer deep. That is, try to
2121
understand what `make_transformer()` does by reading the names of the functions
2222
that get called, the name of the objects that are created by assigning the output of

0 commit comments

Comments
 (0)