Skip to content

Commit 14a34bb

Browse files
committed
fix typo
1 parent 4b4e56f commit 14a34bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdlib/src/_sqlite3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ mod _sqlite3 {
18861886
let max_rows = match args.size {
18871887
Some(size) => {
18881888
if size < 0 {
1889-
return Err(vm.new_value_error("fetchmany many not be negative"));
1889+
return Err(vm.new_value_error("fetchmany may not be negative"));
18901890
}
18911891

18921892
size

0 commit comments

Comments
 (0)