Skip to content

Commit

Permalink
* spellchecker.rb (check_all): check not only "Ngraph::Text" but "Ngr…
Browse files Browse the repository at this point in the history
…aph::Parameter".
  • Loading branch information
htrb committed Nov 26, 2020
1 parent e5ba224 commit b281527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addin/spellchecker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ def check_all
Ngraph::Text.each {|text|
break unless (check(text))
}
Ngraph::Parameter.each {|text|
break unless (check(text))
}
end

def run
Expand Down

0 comments on commit b281527

Please sign in to comment.