Skip to content

Commit

Permalink
C++ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Coxall committed Dec 2, 2023
1 parent 3db2bb5 commit 2f967e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/holding-data/2d-arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Code for Creating and using a 2D Array
.. literalinclude:: ../../code_examples/5-Holding_Data/1-Arrays/4-Array_2D/C/main.c
:language: C
:linenos:
:emphasize-lines: 11-25, 30-32, 40, 48
:emphasize-lines: 11-25, 29-31, 40, 48
.. group-tab:: C++
.. code-block:: C++
.. literalinclude:: ../../code_examples/5-Holding_Data/1-Arrays/4-Array_2D/CPP/main.cpp
:language: C++
:linenos:
:emphasize-lines: 12-29, 33-35, 41, 51
:emphasize-lines: 12-29, 33-35, 51, 58

.. group-tab:: C#
.. code-block:: C#
Expand Down

0 comments on commit 2f967e7

Please sign in to comment.