Skip to content

Commit

Permalink
UG
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxunn committed Nov 8, 2023
1 parent a370bb9 commit 9f0d55c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Here are some descriptions of the words we use throughout the User Guide:

<box type="info" theme="info">
Extraneous parameters for commands that do not take in parameters (such as help, exit and clear) will be ignored.
e.g. if the command specifies `exit 2`, it will be interpreted as the `exit` command.
e.g. if the command specifies <code>exit 2</code>, it will be interpreted as the <code>exit</code> command.
</box>

### Add lead
Expand Down Expand Up @@ -453,9 +453,9 @@ Example: find alice bob charlie``

<box type="info" theme="light">
<ul>
<li>The search is case-insensitive. e.g `John` will match `john`.</li>
<li>Only full words will be matched e.g. `John` will not match `Johns`.</li>
<li>Persons matching at least one keyword will be returned (i.e. OR search). e.g. `find john david` will return `John Doe`, `David Li`.</li>
<li>The search is case-insensitive. e.g <code>John</code> will match <code>john</code>.</li>
<li>Only full words will be matched e.g. <code>John</code> will not match <code>Johns</code>.</li>
<li>Persons matching at least one keyword will be returned (i.e. OR search). e.g. <code>find john david</code> will return <code>John Doe, David Li</code>.</li>
</ul>
</box>

Expand Down

0 comments on commit 9f0d55c

Please sign in to comment.