From 30eecb1c19efe3055e0a898f7909f38441fbf4b1 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Thu, 4 Apr 2024 11:13:54 -0700 Subject: [PATCH] fix(doc): add backtick delimiters to inline sql output string code as examples for beter visualization and readability --- docs/academic/cis105/cis105-l14-lecture-note.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/academic/cis105/cis105-l14-lecture-note.md b/docs/academic/cis105/cis105-l14-lecture-note.md index d6df2c57..c008be4b 100644 --- a/docs/academic/cis105/cis105-l14-lecture-note.md +++ b/docs/academic/cis105/cis105-l14-lecture-note.md @@ -58,9 +58,7 @@ - '`p_st`" would return '`past`"', but not '`paste`' - - `'h__s_n'` would return '`hanson`', 'hensen', or 'hansen'; but not 'harrison' (note that - -'h%s_n' would return 'harrison' + - `'h__s_n'` would return '`hanson`', 'hensen', or '`hansen`'; but not '`harrison`' (note that '`h%s_n`' would return '`harrison`') ### 14.3: Rules to Remember