Skip to content

Commit e41e714

Browse files
committed
Easy fix
1 parent 850a9cf commit e41e714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bustub/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
greetings: `[[@;;;;bustub.svg]]`,
130130
prompt: () => line.length == 0 ? "[[b;;]bustub> ]" : "[[b;;]... ]"
131131
})
132-
term.echo(`<hr><h1>Live Database Shell</h1>`, { raw: true })
132+
term.echo(`<hr><h1>Interactive Database Shell</h1>`, { raw: true })
133133

134134
term.echo(`
135135
[[b;;]Solution Version:] ${BUSTUB_PRIVATE_VERSION_VAR} &bullet; [[b;;]BusTub Version:] ${BUSTUB_PUBLIC_VERSION_VAR} &bullet; [[b;;]Built Date:] ${BUSTUB_BUILD_TIME_VAR}

0 commit comments

Comments
 (0)