From c95bc37306ea3e51f352f251ba671a3563533138 Mon Sep 17 00:00:00 2001 From: InKryption <59504965+InKryption@users.noreply.github.com> Date: Tue, 23 Nov 2021 19:32:02 +0100 Subject: [PATCH] glfw: make comment into doc comment --- glfw/src/Window.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/src/Window.zig b/glfw/src/Window.zig index 18b9f985..84ec9819 100644 --- a/glfw/src/Window.zig +++ b/glfw/src/Window.zig @@ -568,7 +568,7 @@ pub const Pos = struct { /// Retrieves the position of the content area of the specified window. /// /// This function retrieves the position, in screen coordinates, of the upper-left corner of the -// content area of the specified window. +/// content area of the specified window. /// /// Possible errors include glfw.Error.NotInitialized and glfw.Error.PlatformError. ///