aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syscall_descriptions_syntax.md
diff options
context:
space:
mode:
authorQGrain <zhiyuzhang1999@163.com>2024-06-17 01:03:32 +0800
committerDmitry Vyukov <dvyukov@google.com>2024-06-17 07:13:07 +0000
commitec3f0e21231813b8c61e3bce12439ed214c1bb6f (patch)
tree6b1e025377cf866e6b9e0f80695b98dae70de60c /docs/syscall_descriptions_syntax.md
parent74f1336878a51a83415b920087b0b28480354f15 (diff)
docs/syscall_descriptions_syntax.md: remove a redundant square bracket
Remove a redundant square bracket in section "Expression syntax".
Diffstat (limited to 'docs/syscall_descriptions_syntax.md')
-rw-r--r--docs/syscall_descriptions_syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md
index cad8b60d6..31a19b417 100644
--- a/docs/syscall_descriptions_syntax.md
+++ b/docs/syscall_descriptions_syntax.md
@@ -557,7 +557,7 @@ If you want to reference a field's value, you can do it via
sub_struct {
f0 int
# Reference a field in a parent struct.
- f1 int (if[value[struct:f2]]) # Same as if[value[struct:f2] != 0]].
+ f1 int (if[value[struct:f2]]) # Same as if[value[struct:f2] != 0].
}
struct {