diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/namespacing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/namespacing.md b/docs/namespacing.md index 58638411..e8b13305 100644 --- a/docs/namespacing.md +++ b/docs/namespacing.md @@ -54,7 +54,7 @@ static Text_t foo$Baz$as_text(foo$Baz_t *obj, bool use_color) public Int_t foo$Baz$frob(struct foo$Baz_s $b) { - return ($b).$x; + return ($b).x; } ... ``` |
