Skip to content

Commit 95eced6

Browse files
committed
Fix header typos
1 parent ce254c3 commit 95eced6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/MLX42/MLX42.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* ************************************************************************** */
22
/* */
33
/* :::::::: */
4-
/* MLX42.h :+: :+: */
4+
/* MLX42.h :+: :+: :+: */
55
/* +:+ */
66
/* By: W2Wizard <main@w2wizard.dev> +#+ */
77
/* +#+ */
88
/* Created: 2021/12/28 02:29:06 by W2Wizard #+# #+# */
9-
/* Updated: 2023/03/30 16:23:19 by ntamayo- ######## odam.nl */
9+
/* Updated: 2025/06/06 10:09:12 by bgazur ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

@@ -308,7 +308,7 @@ typedef struct mlx_instance
308308

309309
/**
310310
* Key function callback data.
311-
* Data related to the mlx_key_hook function
311+
* Data related to the mlx_key_hook function.
312312
*
313313
* @param key The key that was pressed.
314314
* @param action The action that was done with the key.
@@ -760,7 +760,7 @@ void mlx_close_hook(mlx_t* mlx, mlx_closefunc func, void* param);
760760

761761
/**
762762
* This function sets the resize callback, which is called when the window is
763-
* resized
763+
* resized.
764764
*
765765
* @param[in] mlx The MLX instance handle.
766766
* @param[in] func The resize callback function.

0 commit comments

Comments
 (0)