From 603b135750da8646a3896e49edec31d1627d1aa3 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 22 Oct 2024 20:03:39 +0700 Subject: [PATCH] docs: replace "some" wording in `README.md` file Signed-off-by: Alfi Maulana --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1be697..9182147 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ It formats the message by concatenating all the lines into a single message. If #### Example ```cmake -set(COMMAND "some_command arg0 arg1 arg2") -set(REASON "some reason") +set(COMMAND "cmd arg0 arg1 arg2") +set(REASON "unknown reason") fail("something happened when executing" COMMAND "because of" REASON) ``` @@ -138,9 +138,9 @@ The above example throws a fatal error message formatted as follows: ``` something happened when executing: - some_command arg0 arg1 arg2 + cmd arg0 arg1 arg2 because of: - some reason + unknown reason ``` ### `assert`