Skip to content

Commit

Permalink
docs/syscall_descriptions_syntax.md: remove a redundant square bracket
Browse files Browse the repository at this point in the history
Remove a redundant square bracket in section "Expression syntax".
  • Loading branch information
QGrain authored and dvyukov committed Jun 17, 2024
1 parent 74f1336 commit ec3f0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syscall_descriptions_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec3f0e2

Please sign in to comment.