From 98a68523356f6b506919c4be545e0dbc2033b4b8 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 23 Jun 2025 12:32:35 +0200 Subject: Documentation: fix some typos --- doc/tutorial/computed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial/computed.md') 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' -- cgit v1.2.3