mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
fix typo: "As can been seen" to "As can be seen" (#23544)
(cherry picked from commit 47594eb909)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user