We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71d7b9 commit f95e9fbCopy full SHA for f95e9fb
Examples/Streaming/README.md
@@ -233,7 +233,7 @@ Here is an example of Lambda function URL payload:
233
```
234
// This is an example of payload received when
235
// the function is invoked by a Lambda function URL.
236
-// You can use the `FunctionURL`` structure provided by the Lambda Event library to decode this
+// You can use the `FunctionURL` structure provided by the Lambda Event library to decode this
237
// See, https://github.com/swift-server/swift-aws-lambda-events/blob/main/Sources/AWSLambdaEvents/FunctionURL.swift
238
239
/*
0 commit comments