1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

[mips/en] Fix uncommented comment line (#4223)

This commit is contained in:
Flopsey
2021-08-26 16:48:24 +02:00
committed by GitHub
parent 99ddf8fec6
commit 1524547b4d

View File

@@ -242,7 +242,7 @@ gateways and routers.
## FUNCTIONS ##
_functions:
# Functions are callable procedures that can accept arguments and return
values all denoted with labels, like above
# values all denoted with labels, like above
main: # Programs begin with main func
jal return_1 # jal will store the current PC in $ra