mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-17 16:36:39 +03:00
- fix spelling
This commit is contained in:
@@ -137,7 +137,7 @@ func (stack *Stack) String() string {
|
||||
return str
|
||||
}
|
||||
|
||||
// Check that the index is withing bounds of the list
|
||||
// Check that the index is within bounds of the list
|
||||
func (stack *Stack) withinRange(index int) bool {
|
||||
return index >= 0 && index < stack.list.Size()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user