Skip to content

Commit 62651aa

Browse files
gkelloggdavidlehn
authored andcommitted
"can may be" => "may be"
1 parent e31e5f2 commit 62651aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ api.compactIri = ({
393393

394394
const inverseCtx = activeCtx.getInverse();
395395

396-
// if term is a keyword, it can may be compacted to a simple alias
396+
// if term is a keyword, it may be compacted to a simple alias
397397
if(_isKeyword(iri) &&
398398
iri in inverseCtx &&
399399
'@none' in inverseCtx[iri] &&

0 commit comments

Comments
 (0)