diff --git a/examples/gno.land/p/demo/int256/int256.gno b/examples/gno.land/p/demo/int256/int256.gno index 1c08d4c9b8a..6addfba4e2a 100644 --- a/examples/gno.land/p/demo/int256/int256.gno +++ b/examples/gno.land/p/demo/int256/int256.gno @@ -1,4 +1,4 @@ -// ported from github.com/mempooler/int256 +// This package provides a 256-bit signed integer type, Int, and associated functions. package int256 import (