diff options
| author | Wolf-SO <peu@rekoba.de> | 2025-03-12 19:29:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 18:29:35 +0000 |
| commit | 1b2714e1a758d6ee0f9471fd1e49cb02f6d8cde4 (patch) | |
| tree | 128bac36158ff4e02655c1009a497572941cbaef /docs/tutorial | |
| parent | 95a7e28e25be8374f8574244cc46cf42e97b937e (diff) | |
Update 1-writing.md to improve readability (#6040)
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/1-writing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/1-writing.md b/docs/tutorial/1-writing.md index 5a9fdd4f..acc25783 100644 --- a/docs/tutorial/1-writing.md +++ b/docs/tutorial/1-writing.md @@ -172,7 +172,7 @@ 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 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 +In contrast, strings work wherever content is expected because text is a valid kind of content. </div> |
