Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix form errors in answers #182

Merged
merged 1 commit into from
Dec 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions book-2nd/mcq-ex/mcq-reliability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,13 @@ Error detection and correction

.. negative::

.. comment:: This is an odd parity block
.. code-block:: text

1010111011110101
1110101010101011
1111111011111111
0100010101011110 => parity block

.. comment:: This is an odd parity block

.. negative::

Expand All @@ -174,7 +173,7 @@ Error detection and correction

.. code-block:: text

1011101111&10111
1011101111110111
1001011101010101
1010000011111111
1010000011111111 => parity block
Expand Down