Skip to content

Commit c22a7e1

Browse files
committed
Swift: rename _DocnameModifier to _DocModifier
1 parent 37b405f commit c22a7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/codegen/lib/schema/defs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def modify(self, prop: _schema.Property):
1212

1313

1414
@_dataclass
15-
class _DocnameModifier(_schema.PropertyModifier):
15+
class _DocModifier(_schema.PropertyModifier):
1616
doc: str
1717

1818
def modify(self, prop: _schema.Property):
@@ -113,7 +113,7 @@ def f(cls: type) -> type:
113113
list = _TypeModifier(_Listifier())
114114

115115
child = _ChildModifier()
116-
doc = _DocnameModifier
116+
doc = _DocModifier
117117
desc = _DescModifier
118118

119119
qltest = _Namespace(

0 commit comments

Comments
 (0)