Skip to content

Commit d53ce38

Browse files
changed ? symbol to just ? in appendix for consistency
1 parent 1e058c0 commit d53ce38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ There are many R functions in the `tidyverse` package (and beyond!), and
661661
nobody can be expected to remember what every one of them does
662662
nor all of the arguments we have to give them. Fortunately R provides
663663
the `?` symbol, which
664-
\index{aaaquestionmark@? symbol|see{documentation}}
664+
\index{aaaquestionmark@?|see{documentation}}
665665
\index{help|see{documentation}}
666666
\index{documentation} provides an easy way to pull up the documentation for
667667
most functions quickly. To use the `?` symbol to access documentation, you

0 commit comments

Comments
 (0)