fix: typo on the function's comment (#3324)

Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
This commit is contained in:
Diógenes Fernandes
2025-10-02 12:36:01 -03:00
committed by GitHub
parent cd21e74e75
commit a18063df8e

View File

@@ -500,7 +500,7 @@ func (m ModuleInstance) HasSameModule(other ModuleInstance) bool {
return true
}
// HasSameModule returns true if calling [ModuleInstance.Module] on the
// IsForModule returns true if calling [ModuleInstance.Module] on the
// receiver would return a [Module] address equal to the one given as
// an argument.
//