Merge pull request #55 from rofrol/patch-3

this means
pull/2/head
Dave Gauer 3 years ago committed by GitHub
commit ab69eacb3f

@ -17,7 +17,7 @@ const Elephant = struct {
// Elephant tail methods!
pub fn getTail(self: *Elephant) *Elephant {
return self.tail.?; // Remember, this is means "orelse unreachable"
return self.tail.?; // Remember, this means "orelse unreachable"
}
pub fn hasTail(self: *Elephant) bool {

Loading…
Cancel
Save