summary refs log tree commit diff stats
path: root/doc/tut2.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tut2.md')
-rw-r--r--doc/tut2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut2.md b/doc/tut2.md
index 4b9049082..1b59288d5 100644
--- a/doc/tut2.md
+++ b/doc/tut2.md
@@ -166,7 +166,7 @@ An example:
   n.strVal = ""
   ```
 
-As can been seen from the example, an advantage to an object hierarchy is that
+As can be seen from the example, an advantage to an object hierarchy is that
 no conversion between different object types is needed. Yet, access to invalid
 object fields raises an exception.