We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af610b commit a64a219Copy full SHA for a64a219
1 file changed
steering_docs/kotlin-tech/hello.md
@@ -93,7 +93,7 @@ suspend fun hello{Service}(region: String) {
93
94
val response = {service}Client.{basicOperation}(request)
95
96
- println("🔍 Hello, {AWS Service}!")
+ println("Hello, {AWS Service}!")
97
98
// Display appropriate result information
99
response.{resultField}?.let { results ->
0 commit comments