mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix typo in a cursor keyword. Thanks @nuss-justin!
This commit is contained in:
parent
2e35d4e987
commit
5e08e96e38
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ macro_rules! define_cursor {
|
||||||
|
|
||||||
define_cursor! {
|
define_cursor! {
|
||||||
"none" => NoCursor = 0,
|
"none" => NoCursor = 0,
|
||||||
"defalut" => DefaultCursor = 1,
|
"default" => DefaultCursor = 1,
|
||||||
"pointer" => PointerCursor = 2,
|
"pointer" => PointerCursor = 2,
|
||||||
"context-menu" => ContextMenuCursor = 3,
|
"context-menu" => ContextMenuCursor = 3,
|
||||||
"help" => HelpCursor = 4,
|
"help" => HelpCursor = 4,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue