Fix typo.

This commit is contained in:
Jesse Beder 2016-01-10 11:27:44 -06:00 committed by Martin Delille
parent d73ab965e8
commit 536da2c5a7
No known key found for this signature in database
GPG Key ID: 9E8539581F123D43

View File

@ -90,7 +90,7 @@ and
```
YAML::Emitter out;
out << YAML::Flow;
out << YAML::BeginSeq << 2 << 3 << 5 << 7 << 11 < YAML::EndSeq;
out << YAML::BeginSeq << 2 << 3 << 5 << 7 << 11 << YAML::EndSeq;
```
produces
```