Update cursor.rs (#11617)

# Objective

- BEGGINING -> BEGINNING
This commit is contained in:
Ikko Eltociear Ashimine 2024-01-31 01:34:17 +09:00 committed by GitHub
parent 3049d8f0da
commit 14f1a4f10e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
// license as well as the W3C short notice apply to the `CursorIcon` enum's // license as well as the W3C short notice apply to the `CursorIcon` enum's
// variants and documentation attached to them. // variants and documentation attached to them.
// --------- BEGGINING OF W3C LICENSE // --------- BEGINNING OF W3C LICENSE
// -------------------------------------------------------------- // --------------------------------------------------------------
// //
// License // License
@ -51,7 +51,7 @@
// --------- END OF W3C LICENSE // --------- END OF W3C LICENSE
// -------------------------------------------------------------------- // --------------------------------------------------------------------
// --------- BEGGINING OF W3C SHORT NOTICE // --------- BEGINNING OF W3C SHORT NOTICE
// --------------------------------------------------------- // ---------------------------------------------------------
// //
// winit: https://github.com/rust-windowing/cursor-icon // winit: https://github.com/rust-windowing/cursor-icon