Skip to content

Commit 1c69a1f

Browse files
committed
Swift: fix typo in docstring
1 parent 27df44f commit 1c69a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/codegen/lib/schema/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _toposort_classes_by_group(classes: typing.Dict[str, Class]) -> typing.Dict[
250250

251251
def _fill_ipa_information(classes: typing.Dict[str, Class]):
252252
""" Take a dictionary where the `ipa` field is filled for all explicitly synthesized classes
253-
and updated it so that all non-final classes that have only synthesized final descendants
253+
and update it so that all non-final classes that have only synthesized final descendants
254254
get `True` as` value for the `ipa` field
255255
"""
256256
if not classes:

0 commit comments

Comments
 (0)