Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
postsolar committed Feb 24, 2024
1 parent 7469b08 commit 731254b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AGS/Service/Hyprland.purs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ type HyprlandServiceProps =
)

instance IsSymbol prop BindServiceProp Hyprland prop HyprlandServiceProps ty where
bindServiceProp = bindHyprland (reflectSymbol (Proxy @"prop"))
bindServiceProp = bindHyprland (reflectSymbol (Proxy @prop))

foreign import bindHyprland a. String Effect (Binding a)

Expand All @@ -154,7 +154,7 @@ type HyprlandActiveServiceProps =
instance
IsSymbol prop ⇒
BindServiceProp HyprlandActive prop HyprlandActiveServiceProps ty where
bindServiceProp = bindHyprlandActive (reflectSymbol (Proxy @"prop"))
bindServiceProp = bindHyprlandActive (reflectSymbol (Proxy @prop))

foreign import bindHyprlandActive a. String Effect (Binding a)

Expand Down

0 comments on commit 731254b

Please sign in to comment.