From 1524547b4dd526f4f9aac3bab270f1786fb0b4a9 Mon Sep 17 00:00:00 2001 From: Flopsey <25252925+Flopsey@users.noreply.github.com> Date: Thu, 26 Aug 2021 16:48:24 +0200 Subject: [PATCH] [mips/en] Fix uncommented comment line (#4223) --- mips.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mips.html.markdown b/mips.html.markdown index 33d4f87c..4977cc65 100644 --- a/mips.html.markdown +++ b/mips.html.markdown @@ -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