fix typo: "As can been seen" to "As can be seen" (#23544)

(cherry picked from commit 47594eb909)
This commit is contained in:
yojiyama7
2024-04-28 19:36:51 +09:00
committed by narimiran
parent 24e5e9875c
commit c5f2d84ac7

View File

@@ -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.