Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldjosephsmith committed Jun 5, 2024
1 parent f7b912a commit e3ba915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/exporters/models/ead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def include_uris?
end


# Defaults to true if @include_uris is not defined or it's value is nil.
# Defaults to true if @include_uris is not defined or its value is nil.
def include_uris
if instance_variable_defined?(:@include_uris)
@include_uris = true if @include_uris.nil?
Expand Down

0 comments on commit e3ba915

Please sign in to comment.