Skip to content

Commit 8ce889b

Browse files
committed
Fix spelling mistake
1 parent 2c4d4e9 commit 8ce889b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,6 @@ impl<'self> RowIndex for &'self str {
12931293
return i;
12941294
}
12951295
}
1296-
fail!("There is no colnum with name {}", *self);
1296+
fail!("There is no column with name {}", *self);
12971297
}
12981298
}

0 commit comments

Comments
 (0)