a bunch of grammar fixes

This commit is contained in:
Francesco Cozzuto
2022-08-17 23:58:28 +02:00
parent 7e0144faa3
commit 71e8a9e4cb
14 changed files with 42 additions and 75 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# This script implements a circular queue and
# it's relative tests!
# its relative tests!
fun newCircularQueue(T: Type = int, max: int = 3) {