mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
fix: typo on the function's comment (#3324)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cd21e74e75
commit
a18063df8e
@@ -500,7 +500,7 @@ func (m ModuleInstance) HasSameModule(other ModuleInstance) bool {
|
|||||||
return true
|
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
|
// receiver would return a [Module] address equal to the one given as
|
||||||
// an argument.
|
// an argument.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user