summaryrefslogtreecommitdiff
path: root/doc/tutorial/computed.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-23 12:32:35 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-23 15:09:10 +0200
commit98a68523356f6b506919c4be545e0dbc2033b4b8 (patch)
tree00994821091c4724a11b1cfececfff14032504f1 /doc/tutorial/computed.md
parentedc62b96d95fd393f5f767eabf70cb55afce67a9 (diff)
downloadjustbuild-98a68523356f6b506919c4be545e0dbc2033b4b8.tar.gz
Documentation: fix some typos
Diffstat (limited to 'doc/tutorial/computed.md')
-rw-r--r--doc/tutorial/computed.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/computed.md b/doc/tutorial/computed.md
index f746236d..96e27dbe 100644
--- a/doc/tutorial/computed.md
+++ b/doc/tutorial/computed.md
@@ -310,7 +310,7 @@ $ touch src/baz/baz.cpp
$ echo 'bar' > src/baz/deps
```
-As this affects the target structure with commit those changes.
+As this affects the target structure, we commit those changes.
```shell
$ git add . && git commit -m 'New library baz'