Skip to content

Commit b58d317

Browse files
[docs] fix file extension for assembly files
1 parent a431916 commit b58d317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/static/asm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Below is an example C prototype followed by the assembly implementation:
6161
6262
void asm_func(int argument);
6363
64-
:code:`asm_func.asm`
64+
:code:`asm_func.s`
6565

6666
.. code-block::
6767

0 commit comments

Comments
 (0)