Skip to content

Commit

Permalink
[ comment ] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed May 3, 2024
1 parent e1636b4 commit 5434d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full/Agda/Syntax/Translation/ConcreteToAbstract.hs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ instance ToAbstract MaybeOldQName where
return $ Just $ f $ AmbQ xs

-- Note: user warnings on ambiguous names will be raised by the type checker,
-- see storeDiamsbiguatedName.
-- see 'storeDisambiguatedName'.
raiseWarningsOnUsageIfUnambiguous :: List1 A.QName -> ScopeM ()
raiseWarningsOnUsageIfUnambiguous = \case
x :| [] -> raiseWarningsOnUsage x
Expand Down

0 comments on commit 5434d03

Please sign in to comment.