From 085a7658f2977e8d07d3f47ab8b2c0da9d933424 Mon Sep 17 00:00:00 2001 From: JD Matthews Date: Fri, 24 Mar 2023 08:07:01 +0000 Subject: fix a couple of typos / apostrophes in the README and tutorials (#128) --- docs/src/tutorial/1-writing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/tutorial/1-writing.md') 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. -- cgit v1.2.3