Skip to content

Commit 5bbeee3

Browse files
authored
Typo
1 parent 729226c commit 5bbeee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/go-programming-model-handler-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import (
5252
"fmt"
5353
"github.com/aws/aws-lambda-go/lambda"
5454
)
55-
``
55+
5656
type MyEvent struct {
5757
Name string `json:"What is your name?"`
5858
Age int `json:"How old are you?"`
@@ -150,4 +150,4 @@ func main() {
150150

151151
## Next Step<a name="go-programming-model-next-step-context"></a>
152152

153-
[The Context Object \(Go\) ](go-programming-model-context.md)
153+
[The Context Object \(Go\) ](go-programming-model-context.md)

0 commit comments

Comments
 (0)