Skip to content

Commit ad682e1

Browse files
Update curriculum_spec.md
1 parent f7028cf commit ad682e1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

curriculum_spec.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ next: step_2.md
5252
prev: introduction.md
5353
jumpto: @ref:step1.1
5454
---
55-
Given a variable declaration `int x` we can use `scanf("%d", x)` can be used to a read an integer from the console and assign it to x. Use that [here](@ref:step1.1) to read in two integers, compute the sum, and assign it to `sum`!
55+
Given a variable declaration `int x` we can use `scanf("%d", x)` can be used to a read an integer from
56+
the console and assign it to x. Use that [here](@ref:step1.1) to read in two integers, compute the sum,
57+
and assign it to `sum`!
5658
```
5759

5860
#### Header Tags
@@ -66,7 +68,9 @@ Given a variable declaration `int x` we can use `scanf("%d", x)` can be used to
6668
* Code reference: Can be used to reference a specific line of code.
6769
* Code:
6870
```
69-
### @ref:label or /// @ref:label
71+
### @ref:label or
72+
/// @ref:label or
73+
/*** @ref:label */
7074
```
7175

7276
* Code anchor links: Links to code anchor with corresponding label.

0 commit comments

Comments
 (0)