Skip to content

Commit 80bd48f

Browse files
committed
Fix line numbers in Lua code example
1 parent 0e623f2 commit 80bd48f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

doc/tooling/luajit_memprof.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Below is a chunk of Lua code named ``test.lua`` to illustrate this.
4343
.. _profiler_usage_example01:
4444

4545
.. code-block:: lua
46-
:linenos:
4746
4847
-- Prevent allocations on traces.
4948
jit.off()

doc/tooling/luajit_sysprof.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Below is a chunk of Lua code named ``test.lua`` to illustrate this.
5959
.. _profiler_usage_example01:
6060

6161
.. code-block:: lua
62-
:linenos:
6362
6463
local function payload()
6564
local function fib(n)

0 commit comments

Comments
 (0)