Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/namespaces/LensHandles.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {IERC165} from '@openzeppelin/contracts/utils/introspection/IERC165.sol';
*
* handle = namespace /@ localName
*
* Handle and local name can be used interchangeably once you are in a context of a namespace, as it became redundant.
* Handle and local name can be used interchangeably once you are in a context of a namespace, as it becomes redundant.
*
* handle === ${localName} ; inside some namespace.
*
Expand Down