Skip to content

Commit 7c89109

Browse files
author
Andrew Gibson
committed
an additional member of Context to make internal
1 parent 3f8025b commit 7c89109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json-ld.net/Core/Context.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Context : JObject
2222

2323
JObject termDefinitions;
2424

25-
public JObject inverse = null;
25+
internal JObject inverse = null;
2626

2727
public Context() : this(new JsonLdOptions())
2828
{

0 commit comments

Comments
 (0)