Skip to content

Commit 5afef53

Browse files
committed
docs: update spell bug.
1 parent b9450fe commit 5afef53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CN/modules/ROOT/pages/7.3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ERROR: relation "Normal_3" does not exist
112112
LINE 1: select * from "Normal_3";
113113
114114
ivorysql=# drop table "NORMAL_1";
115-
ERROR: relation "Normal_1" does not exist
115+
ERROR: relation "NORMAL_1" does not exist
116116
ivorysql=# drop table "Normal_2";
117117
DROP TABLE
118118
ivorysql=# drop table "normal_3";

EN/modules/ROOT/pages/7.3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ERROR: relation "Normal_3" does not exist
113113
LINE 1: select * from "Normal_3";
114114
115115
ivorysql=# drop table "NORMAL_1";
116-
ERROR: relation "Normal_1" does not exist
116+
ERROR: relation "NORMAL_1" does not exist
117117
ivorysql=# drop table "Normal_2";
118118
DROP TABLE
119119
ivorysql=# drop table "normal_3";

0 commit comments

Comments
 (0)