Skip to content

Commit 1d701bc

Browse files
authored
Merge pull request #671 from houyuanjie/main
Fix the inconsistent names in SQLite3::Statement#memused RDoc call-seq
2 parents 3264d47 + 58d9a0f commit 1d701bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite3/statement.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ stat_for(VALUE self, VALUE key)
628628
}
629629

630630
#ifdef SQLITE_STMTSTATUS_MEMUSED
631-
/* call-seq: stmt.memory_used
631+
/* call-seq: stmt.memused
632632
*
633633
* Return the approximate number of bytes of heap memory used to store the prepared statement
634634
*/

0 commit comments

Comments
 (0)