Skip to content

Commit

Permalink
iev
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 6, 2025
1 parent 90a13f9 commit 9fa28e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metanorma/standoc/validate_term.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Validate
def init_iev
@no_isobib and return nil
@iev and return @iev
@iev = ::IEV::Db.new(@iev_globalname, @iev_localname) unless @no_isobib
@iev = ::Iev::Db.new(@iev_globalname, @iev_localname) unless @no_isobib
@iev
end

Expand Down

0 comments on commit 9fa28e6

Please sign in to comment.