From: Rico Tzschichholz Date: Mon, 16 Jul 2018 11:31:55 +0000 (+0200) Subject: manual: Update from wiki.gnome.org X-Git-Tag: 0.41.90~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3784fdc6d0cac872f43d443c403132b2e4f3b7ac;p=thirdparty%2Fvala.git manual: Update from wiki.gnome.org --- diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index 7c35458a5..4976566f0 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -563,7 +563,7 @@ bitwise-or-expression: bitwise-xor-expression | bitwise-xor-expression bitwise-xor-expression: -bitwise-and-expression & bitwise-and-expression +bitwise-and-expression ^ bitwise-and-expression bitwise-and-expression: equality-expression & equality-expression bitwise-not-expression: @@ -2680,7 +2680,7 @@ class, struct ModuleInit method -Marks the associated type as dynamic, and marks the method as a TypeModule init function. See TypeModule example +Marks the associated type as dynamic, and marks the method as a TypeModule init function. See TypeModule example NoAccessorMethod property NoArrayLength