Quellcode durchsuchen

Update unittest.md

Marco Bambini vor 7 Jahren
Ursprung
Commit
3476649c67
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/unittest.md

+ 1 - 1
docs/unittest.md

@@ -16,4 +16,4 @@ func main() {
 ```
 
 
-> A unittest can also be written in order to be able to check for syntax, semantic and runtime errors. For syntax and semantic errors the user can also specify row and column of the expected generated error.
+> A unit test can also be written in order to be able to check for syntax, semantic and runtime errors. For syntax and semantic errors the user can also specify row and column of the expected generated error.