diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-23 12:32:35 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-23 15:09:10 +0200 |
commit | 98a68523356f6b506919c4be545e0dbc2033b4b8 (patch) | |
tree | 00994821091c4724a11b1cfececfff14032504f1 /doc/tutorial/computed.md | |
parent | edc62b96d95fd393f5f767eabf70cb55afce67a9 (diff) | |
download | justbuild-98a68523356f6b506919c4be545e0dbc2033b4b8.tar.gz |
Documentation: fix some typos
Diffstat (limited to 'doc/tutorial/computed.md')
-rw-r--r-- | doc/tutorial/computed.md | 2 |
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' |