From 3a8b18c481bb2573e511cfcaa5c039182ec11424 Mon Sep 17 00:00:00 2001 From: Zaid Humayun Date: Fri, 23 May 2025 00:12:27 +0530 Subject: [PATCH] addressed comment https://github.com/tursodatabase/limbo/pull/1548#discussion_r2102595246 by @jussisaurio this commit addresses the comment regarding inline code documentation --- core/translate/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/translate/schema.rs b/core/translate/schema.rs index b66405ae7..7735295d6 100644 --- a/core/translate/schema.rs +++ b/core/translate/schema.rs @@ -768,7 +768,7 @@ pub fn translate_drop_table( program.emit_null(r6, Some(r7)); if table.btree().is_some() { - // 4. Open an ephemeral table, and read over entries from the schema table for entries of the table whose root page was moved in the destroy operation + // 4. Open an ephemeral table, and read over the entry from the schema table whose root page was moved in the destroy operation // cursor id 1 let sqlite_schema_cursor_id_1 = program.alloc_cursor_id(