We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de572d commit f681309Copy full SHA for f681309
CONTRIBUTING.md
@@ -15,8 +15,8 @@ Read the vignettes. If you are done, come back here.
15
`style_text("call(1, 2 + 1)")`
16
17
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.
+calls of `style_text()`, try to understand that `style_text()` consists of a few
+function calls only.
20
Go into each of them and try to understand one layer deep. That is, try to
21
understand what `make_transformer()` does by reading the names of the functions
22
that get called, the name of the objects that are created by assigning the output of
0 commit comments