Преглед на файлове

:beers: Typo in supervision 1

Andrea Franceschini преди 6 години
родител
ревизия
9374b6b0a1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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++