From a5020857f31ad6d03bc7c0019551cc28b9e5aad5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 1 Oct 2021 00:03:23 +0200 Subject: Fix typos discovered by codespell --- docs/markdown/Syntax.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/markdown/Syntax.md') diff --git a/docs/markdown/Syntax.md b/docs/markdown/Syntax.md index 8f32765..5bcbdb5 100644 --- a/docs/markdown/Syntax.md +++ b/docs/markdown/Syntax.md @@ -180,8 +180,8 @@ functionality described below. ### String index -Stings support the indexing (`[]`) operator. This operator allows (read -only) acessing a specific character. The returned value is guaranteed to be +Strings support the indexing (`[]`) operator. This operator allows (read +only) accessing a specific character. The returned value is guaranteed to be a string of length 1. ```meson @@ -513,7 +513,7 @@ executable('progname', kwargs: d) ``` -A single function can take keyword argumets both directly in the +A single function can take keyword arguments both directly in the function call and indirectly via the `kwargs` keyword argument. The only limitation is that it is a hard error to pass any particular key both as a direct and indirect argument. -- cgit v1.1