diff options
| author | JD Matthews <jdm204@cam.ac.uk> | 2023-03-24 08:07:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-24 09:07:01 +0100 |
| commit | 085a7658f2977e8d07d3f47ab8b2c0da9d933424 (patch) | |
| tree | 605e23096b0e84b9c4294f27a124f13c522a67da /docs/src/tutorial/1-writing.md | |
| parent | 045a109600fa9127d22259287bbde62234cadb44 (diff) | |
fix a couple of typos / apostrophes in the README and tutorials (#128)
Diffstat (limited to 'docs/src/tutorial/1-writing.md')
| -rw-r--r-- | docs/src/tutorial/1-writing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tutorial/1-writing.md b/docs/src/tutorial/1-writing.md index e795def3..2df4efc7 100644 --- a/docs/src/tutorial/1-writing.md +++ b/docs/src/tutorial/1-writing.md @@ -168,7 +168,7 @@ calls, and more, whereas a string is really just a _sequence of characters_ and nothing else. For example, the image function expects a path to an image file. -It would not make sense to pass, e.g., a paragraph of text or a another image as +It would not make sense to pass, e.g., a paragraph of text or another image as the image's path parameter. That's why only strings are allowed here. On the contrary, strings work wherever content is expected because text is a valid kind of content. |
