Skip to content

Commit 77f2837

Browse files
committed
Fix chapter name
1 parent 4109991 commit 77f2837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/finding_the_source.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ but this does not include `-` so you can search for a function or S3 method as f
3131
"quantile.ecdf <- function" extension:R
3232
```
3333

34-
* Search in the R sources using grep: The [Getting Started](#GetStart) chapter discusses how to download the R sources directly or from the svn repository. Now if the sources are in `~/R-devel`, you can search as follows:
34+
* Search in the R sources using grep: The [R Patched and Development Versions](#GetStart) chapter discusses how to download the R sources directly or from the svn repository. Now if the sources are in `~/R-devel`, you can search as follows:
3535

3636
```
3737
grep -R "body <- function" ~/R-devel/src

0 commit comments

Comments
 (0)