Skip to content

Commit 1229b22

Browse files
asgerfCopilot
andauthored
Fix typo in documentation comment for ResolveAccesses
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 57c071f commit 1229b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/namebinding/codeql/namebinding/LocalNameBinding.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ module LocalNameBinding<LocationSig Location, LocalNameBindingInputSig<Location>
347347
/**
348348
* Allows resolution of access candidates.
349349
*
350-
* This is instantiated once by the local name binding library itself in order to populate `LocalAccces`.
350+
* This is instantiated once by the local name binding library itself in order to populate `LocalAccess`.
351351
* It can be instantiated further by the client, to resolve additional lookups at a later evaluation stage.
352352
*/
353353
module ResolveAccesses<accessCandSig/2 accessCandInput> {

0 commit comments

Comments
 (0)