diff options
| author | QGrain <zhiyuzhang1999@163.com> | 2024-06-17 01:03:32 +0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-06-17 07:13:07 +0000 |
| commit | ec3f0e21231813b8c61e3bce12439ed214c1bb6f (patch) | |
| tree | 6b1e025377cf866e6b9e0f80695b98dae70de60c /docs/syscall_descriptions_syntax.md | |
| parent | 74f1336878a51a83415b920087b0b28480354f15 (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.md | 2 |
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 { |
