From ec3f0e21231813b8c61e3bce12439ed214c1bb6f Mon Sep 17 00:00:00 2001 From: QGrain Date: Mon, 17 Jun 2024 01:03:32 +0800 Subject: docs/syscall_descriptions_syntax.md: remove a redundant square bracket Remove a redundant square bracket in section "Expression syntax". --- docs/syscall_descriptions_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/syscall_descriptions_syntax.md') 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 { -- cgit mrf-deployment