Skip to content

Commit 22ade9b

Browse files
minor wordsmith; notebox format fix
1 parent cc4533c commit 22ade9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reading.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ sub-folder, named `data`, relative to where we are running our R code.
176176

177177
Here is what the file would look like in a plain text editor.
178178

179-
> Note: A plain text editor is a program that that allows for editing of plain text.
179+
> **Note:** A plain text editor is a program that enables you to edit plain text.
180180
Plain text is text represented only by characters
181181
and contains no meta-, character, paragraph or page specification data).
182182

@@ -1102,7 +1102,7 @@ head(population_nodes)
11021102
print_html_nodes(head(population_nodes))
11031103
```
11041104
1105-
> Note: `head` is a function that is useful for viewing the first `n` parts
1105+
> **Note:** `head` is a function that is useful for viewing the first `n` parts
11061106
> of an R object, where the default value for `n` is 6.
11071107
> It is useful to know, as not all R objects have a nice and short
11081108
> print method like tibbles (which print only the first 10 rows).

0 commit comments

Comments
 (0)