Skip to content

Commit 913bc93

Browse files
committed
Fix syntax used line
1 parent 226fdf8 commit 913bc93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/UserGuide.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ you can quickly look up all of gitGud's core commands at a glance.
4343
### 2.2 Reading this document
4444

4545
This guide utilizes symbols and syntax to highlight specific points made throughout the guide and to enhance your
46-
overall reading experience. The section below on the meanings of [symbols and syntax used](#221-general-symbols-used)
46+
overall reading experience. The section below on the meanings of [symbols used](#221-general-symbols-used)
4747
provides more details for your reference.
4848

4949
#### 2.2.1 General symbols used
@@ -54,6 +54,7 @@ This table describes the main symbols used in the user guide and their respectiv
5454
--------------- | ---------------
5555
:heavy_exclamation_mark: | Indicates warnings (take caution when you see this symbol)
5656
:information_source: | Important information to take note about
57+
:bulb: | Usage tips
5758

5859
--------------------------------------------------------------------------------------------------------------------
5960

@@ -63,6 +64,7 @@ This table describes the main symbols used in the user guide and their respectiv
6364
* To check if Java `11` is currently installed, you may follow this short [guide](https://www.baeldung.com/java-check-is-installed).
6465
<br> If Java `11` is not installed, you may follow the installation instructions over
6566
[here](https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html#GUID-8677A77F-231A-40F7-98B9-1FD0B48C346A).
67+
<br>
6668

6769

6870
2. Next, download the latest `gitgud.jar` from [here](https://github.com/AY2122S1-CS2103T-W13-4/tp/releases).
@@ -176,7 +178,7 @@ Examples:
176178

177179
#### 5.1.2 Editing a friend: `friend --edit`
178180

179-
Updates the friend's name to a new name for an existing friend with the given `FRIEND_ID`.
181+
Updates the friend's name to a new name for an existing friend with the given `FRIEND_ID`.
180182

181183
Format: `friend --edit FRIEND_ID -n NEW_FRIEND_NAME`
182184

0 commit comments

Comments
 (0)