Small documentation fixes in the code

This commit is contained in:
Mathias Baumann
2019-02-21 12:54:39 +01:00
parent e7a8fed01b
commit c65a96d189
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1576,7 +1576,7 @@ private:
};
/**
* Index access to an array. Example: a[2]
* Index access to an array or mapping. Example: a[2]
*/
class IndexAccess: public Expression
{