Fixing typo.

This commit is contained in:
Maxime Delporte
2025-10-19 18:08:58 +02:00
parent 43612c90e0
commit 5ca50c6566
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ import "time"
// Movie
/*
Annotate the Movie struct with struct tags to control how the keys
appear in the JSON-encoded output.
Annotate the Movie struct with struct tags to control how the keys
appear in the JSON-encoded output.
*/
type Movie struct {
ID int64 `json:"id"`