You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/RustCrateInlineModuleComposingWriter.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ fun RustCrate.withModuleOrWithStructureBuilderModule(
67
67
68
68
/**
69
69
* If the passed in `shape` is a synthetic extracted shape resulting from a constrained struct member,
70
-
* the `Writable` is called using the structure's builder module. Otherwise the `Writable` is called
70
+
* the `Writable` is called using the structure's builder module. Otherwise, the `Writable` is called
71
71
* using shape's `module`.
72
72
*/
73
73
fun RustCrate.useShapeWriterOrUseWithStructureBuilder(
@@ -104,7 +104,7 @@ fun RustCrate.withInMemoryInlineModule(
104
104
codeWritable:Writable,
105
105
) {
106
106
check(inlineModule.isInline()) {
107
-
"module has to be an inline module for it to be used with the InlineModuleWriter"
107
+
"Module has to be an inline module for it to be used with the InlineModuleWriter"
0 commit comments