Skip to content

Commit

Permalink
Oops: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Apr 10, 2021
1 parent 9bbdbde commit dd159b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus-core/cost-model/budgeting-bench/Bench.hs
Expand Up @@ -127,7 +127,7 @@ incInteger n = n+1

{-# NOINLINE decInteger #-}
decInteger :: Integer -> Integer
incInteger n = n-1
decInteger n = n-1

{-# NOINLINE copyInteger #-}
copyInteger :: Integer -> Integer
Expand Down

0 comments on commit dd159b4

Please sign in to comment.