Skip to content

Commit

Permalink
Merge pull request #1737 from mgenereu/patch-1
Browse files Browse the repository at this point in the history
Close unclosed tag
  • Loading branch information
flavorjones authored Mar 20, 2018
2 parents 7ffd117 + e3ffa8f commit f9b71cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ best bet is to explicitly set the encoding. Here is an example of
explicitly setting the encoding to EUC-JP on the parser:

```ruby
doc = Nokogiri.XML('<foo><bar /><foo>', nil, 'EUC-JP')
doc = Nokogiri.XML('<foo><bar /></foo>', nil, 'EUC-JP')
```

## Development
Expand Down

0 comments on commit f9b71cb

Please sign in to comment.