mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
fix typo
Former-commit-id: b6f9de4cf8d62210ffefba5d33dc8372d236748d
This commit is contained in:
@@ -47,7 +47,7 @@ func (s *MemoryService) Save(newItem Item) error {
|
||||
newItem.ID = s.getLatestID() + 1
|
||||
}
|
||||
|
||||
// full replace here for the shake of simplicy)
|
||||
// full replace here for the shake of simplicity)
|
||||
s.items[newItem.ID] = newItem
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user