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

This commit is contained in:
yojiyama7
2024-04-28 19:36:51 +09:00
committed by GitHub
parent f682dabf71
commit 47594eb909

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.