Fixed typos in hookscripts.md & sslc_readme.txt

This commit is contained in:
NovaRain
2021-05-18 11:32:01 +08:00
parent 0cecf9af17
commit b55a09fb17
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ old:
x := 5;
> Multiple variable decleration: Multiple variables can be declared on one line, seperated by commas. This is an alterative to the ugly begin/end block, or the bulky single variable per line style.
> Multiple variable declaration: Multiple variables can be declared on one line, seperated by commas. This is an alterative to the ugly begin/end block, or the bulky single variable per line style.
new:
variable a, b, c;