Skip to content

Commit 6bc5e4d

Browse files
committed
changed subheadings
1 parent d970784 commit 6bc5e4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

25Overview/notes.markdown

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
An Overview of the C API
22
------------------------
33

4-
About the C API
5-
---------------
4+
### About the C API
65

76
- Lua is an *embedded language*
87
- There are two kinds of interactions between Lua
@@ -33,8 +32,7 @@ About the C API
3332
- The major component in the communication between Lua and C is
3433
an omnipresent virtual *stack*
3534

36-
The Header Files
37-
----------------
35+
### The Header Files
3836

3937
- The file `lua.h` defines the basic functions provided by Lua,
4038
it includes functions to do the following:

0 commit comments

Comments
 (0)