Skip to content

Commit ccde927

Browse files
authored
Update emscripten.h.rst
1 parent 520bd3a commit ccde927

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

site/source/docs/api_reference/emscripten.h.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,17 +495,17 @@ Functions
495495
496496
.. c:function:: void emscripten_get_window_title()
497497
498-
Returns the window title
498+
Returns the window title.
499499
500-
The returned string will be valid until the next call of the function
500+
The returned string will be valid until the next call of the function.
501501
502502
.. c:function:: void emscripten_set_window_title(char *title)
503503
504-
Sets the window title
504+
Sets the window title.
505505
506506
.. c:function:: void emscripten_get_screen_size(int *width, int *height)
507507
508-
Returns the width and height of the screen
508+
Returns the width and height of the screen.
509509
510510
.. c:function:: void emscripten_hide_mouse(void)
511511

0 commit comments

Comments
 (0)