Skip to content

Commit 77e6b43

Browse files
committed
Comment corrections
1 parent 8be4701 commit 77e6b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/python/wlsdeploy/tool/extract/wko_schema_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def is_single_object(schema_map):
7676

7777
def is_object_array(schema_map):
7878
"""
79-
Return True if the schema map identifies an object array.
79+
Return True if the schema map describes an object array.
8080
:param schema_map: the schema map to be examined
8181
:return: True if the map identifies an object array
8282
"""
@@ -88,7 +88,7 @@ def is_object_array(schema_map):
8888

8989
def is_object_type(schema_map):
9090
"""
91-
Return True is the schema map identifies an object or object array.
91+
Return True if the schema map describes an object or object array.
9292
:param schema_map: the schema map to be examined
9393
:return: True if the map identifies an object or object array
9494
"""

0 commit comments

Comments
 (0)