Skip to content

Commit 9e3a0dd

Browse files
bugfixing index
1 parent e076a5a commit 9e3a0dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ the `httr2` package, and construct the query using the `request` function, which
12621262
you will recognize the same query URL that we pasted into the browser earlier.
12631263
We will then send the query using the `req_perform` function, and finally
12641264
obtain a JSON representation of the response using the `resp_body_json` function.
1265-
\index{httr2!req_perform}\index{httr2!resp_body_json}
1265+
\index{httr2!req\_perform}\index{httr2!resp\_body\_json}
12661266

12671267
<!-- we have disabled the below code for reproducibility, with hidden setting
12681268
of the nasa_data object. But you can reproduce this using the DEMO_KEY key -->

source/viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ To change the color palette,
774774
we add the `scale_color_brewer` layer indicating the palette we want to use.
775775
You can use
776776
this [color blindness simulator](https://www.color-blindness.com/coblis-color-blindness-simulator/) to check
777-
if your visualizations \index{color palette!color blindness simulator}
777+
if your visualizations \index{color blindness simulator}
778778
are color-blind friendly.
779779
Below we pick the `"Set2"` palette, with the result shown
780780
in Figure \@ref(fig:scatter-color-by-category-palette).

0 commit comments

Comments
 (0)