mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
misspell
Former-commit-id: 3be90d3099bfd9eabebd299dc08f9d6c1e6c2a29
This commit is contained in:
@@ -8,7 +8,7 @@ package datamodels
|
||||
// which could wrap by embedding the datamodels.Movie or
|
||||
// declare new fields instead butwe will use this datamodel
|
||||
// as the only one Movie model in our application,
|
||||
// for the shake of simplicty.
|
||||
// for the sake of simplicty.
|
||||
type Movie struct {
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
|
||||
Reference in New Issue
Block a user