We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@processingMode
1 parent 42e7f27 commit 9798d9fCopy full SHA for 9798d9f
lib/json/ld/context.rb
@@ -1688,7 +1688,7 @@ def dup
1688
ec.default_direction = that.default_direction
1689
ec.default_language = that.default_language
1690
ec.previous_context = that.previous_context
1691
- ec.processingMode = that.processingMode if that.instance_variable_get(:@processingModee)
+ ec.processingMode = that.processingMode if that.instance_variable_get(:@processingMode)
1692
ec.vocab = that.vocab if that.vocab
1693
1694
ec.instance_eval do
0 commit comments