Skip to content

Commit 1f12e72

Browse files
author
jared
committed
Documentation typo fix
1 parent 858a4a5 commit 1f12e72

File tree

1 file changed

+1
-1
lines changed
  • lambda-buffers-codegen/src/LambdaBuffers/Codegen/Typescript/Print

1 file changed

+1
-1
lines changed

lambda-buffers-codegen/src/LambdaBuffers/Codegen/Typescript/Print/Derive.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ lamTy2PCTy = \case
4040
LamTy.Types.TyApp _f _args (Just tyApp) -> do
4141
return $ PC.TyAppI tyApp
4242
_ ->
43-
-- Note(jaredponn): hopefully this never happens...
43+
-- NOTE(jaredponn): hopefully this never happens...
4444
Nothing
4545

4646
instanceDictIdent :: Ts.PkgMap -> Ts.QClassName -> PC.Ty -> Text

0 commit comments

Comments
 (0)