Skip to content

Commit

Permalink
Close unclosed tag
Browse files Browse the repository at this point in the history
Could I be wrong about this?
  • Loading branch information
mgenereu authored Mar 20, 2018
1 parent 7ffd117 commit e3ffa8f
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 e3ffa8f

Please sign in to comment.