Bläddra i källkod

Update unittest.md

Marco Bambini 7 år sedan
förälder
incheckning
3476649c67
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.