Skip to content

Commit 645f3d7

Browse files
Rephase bullet, add bold
1 parent a7faf86 commit 645f3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

courses/rust_essentials/040_control_flow_basics/06_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Return Values (Expression vs Statement)
4343
- No :rust:`->` syntax means the function returns the unit type :rust:`()`
4444
- Functions can return in two ways:
4545
- **Statement:** ends in a semicolon (:rust:`;`), returns :rust:`()`
46-
- As an expression: does **not** end in a semicolon
46+
- **Expression:** does **not** end in a semicolon
4747
- Last expression evaluated in the body is returned
4848

4949
.. code:: rust

0 commit comments

Comments
 (0)