Skip to content

Commit 9798d9f

Browse files
committed
Fix reading @processingMode in context.
1 parent 42e7f27 commit 9798d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json/ld/context.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ def dup
16881688
ec.default_direction = that.default_direction
16891689
ec.default_language = that.default_language
16901690
ec.previous_context = that.previous_context
1691-
ec.processingMode = that.processingMode if that.instance_variable_get(:@processingModee)
1691+
ec.processingMode = that.processingMode if that.instance_variable_get(:@processingMode)
16921692
ec.vocab = that.vocab if that.vocab
16931693

16941694
ec.instance_eval do

0 commit comments

Comments
 (0)