Browse Source

:beers: Typo in supervision 1

Andrea Franceschini 6 years ago
parent
commit
9374b6b0a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      files/ProgC/supervision_1.html

+ 1 - 1
files/ProgC/supervision_1.html

@@ -144,7 +144,7 @@
         <li><p>Explain the meaning of the <code>inline</code> keyword on C function declarations, and a
         potential drawback of using it.</p></li>
 
-        <li><p>Using <code>receive_bit()</code>, define a function receive <code>int()</code> that decodes and
+        <li><p>Using <code>receive_bit()</code>, define a function <code>receive_int()</code> that decodes and
         returns a 32-bit value from the sequence of received bits.</p></li>
 
         <li><p>(<em>optional</em>) Build a more general decoding function receive using a C++