summaryrefslogtreecommitdiffhomepage
path: root/examples/web/text
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/text')
-rw-r--r--examples/web/text/text_input_box.c2
-rw-r--r--examples/web/text/text_rectangle_bounds.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/text/text_input_box.c b/examples/web/text/text_input_box.c
index eda2de1..7a9537e 100644
--- a/examples/web/text/text_input_box.c
+++ b/examples/web/text/text_input_box.c
@@ -80,7 +80,7 @@ void UpdateDrawFrame(void)
if (mouseOnText)
{
- // Set the window's cursor to the I-Beam
+ // Set the window's cursor to the I-Beam
SetMouseCursor(MOUSE_CURSOR_IBEAM);
// Get char pressed (unicode character) on the queue
diff --git a/examples/web/text/text_rectangle_bounds.c b/examples/web/text/text_rectangle_bounds.c
index a0f14f5..2392020 100644
--- a/examples/web/text/text_rectangle_bounds.c
+++ b/examples/web/text/text_rectangle_bounds.c
@@ -149,7 +149,7 @@ void UpdateDrawFrame(void)
DrawText("Word Wrap: ", 313, screenHeight-115, 20, BLACK);
if (wordWrap) DrawText("ON", 447, screenHeight - 115, 20, RED);
else DrawText("OFF", 447, screenHeight - 115, 20, BLACK);
-
+
DrawText("Press [SPACE] to toggle word wrap", 218, screenHeight - 86, 20, GRAY);
DrawText("Click hold & drag the to resize the container", 155, screenHeight - 38, 20, RAYWHITE);