Skip to content

Commit 074e618

Browse files
authored
[Docs] Fix typo in Interacting-with-code.rst (#24381)
Followup to #24380
1 parent 4d4897f commit 074e618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ used in many of Emscripten's libraries, like SDL1 and OpenGL.
364364

365365
You can use it to write your own APIs to call from C/C++. To do this you define
366366
the interface, decorating with ``extern`` to mark the methods in the API as
367-
external symbols. You can them implement the symbols in JavaScript by simply
367+
external symbols. You can then implement the symbols in JavaScript by simply
368368
adding their definition to one of the `core JS library`_ files. Undefined
369369
native symbols will be resolved by looking for them in JavaScript library files.
370370

0 commit comments

Comments
 (0)