documentation: adjustments to not use the "var" keyword

This commit is contained in:
Christian Parpart
2018-07-03 10:53:09 +02:00
parent 1486d215b9
commit 133fbdbf18
5 changed files with 10 additions and 41 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ These steps are applied to each basic block and the newly generated code is used
::
var x = 7;
uint x = 7;
data[7] = 9;
if (data[x] != x + 2)
return 2;