Skip to content

Commit fdd307f

Browse files
authored
fix string.c.ri
1 parent 26ecc8b commit fdd307f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/src/string.c.ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public struct string < Stringable, Hashable, Throwable {
219219
public func all_after_of_last(self, sub: Self) -> Self {
220220
return if pos := self.last_index_of(path) {
221221
self[pos..]
222-
} ese {
222+
} else {
223223
self
224224
};
225225
}

0 commit comments

Comments
 (0)