Skip to content

Commit 55cd31b

Browse files
committed
end with period
1 parent f2319bd commit 55cd31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/ModuleDocumentationIntegration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ModuleDocumentationIntegration(
112112
?.value
113113

114114
appendLine("## Code Examples")
115-
appendLine("Explore code examples for ${title ?: sdkId} in the <a href=\"$codeExampleLink\">AWS code example library</a>")
115+
appendLine("Explore code examples for ${title ?: sdkId} in the <a href=\"$codeExampleLink\">AWS code example library</a>.")
116116
appendLine()
117117
}
118118
}

0 commit comments

Comments
 (0)