Skip to content

Commit a580ab8

Browse files
authored
Fix incorrect xml closing tags
1 parent edfb960 commit a580ab8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4297,8 +4297,8 @@ Where `./examples/pets.xml` would be:
42974297

42984298
```xml
42994299
<animals>
4300-
<animal kind="Cat">Fluffy</animals>
4301-
<animal kind="Dog">Fido</animals>
4300+
<animal kind="Cat">Fluffy</animal>
4301+
<animal kind="Dog">Fido</animal>
43024302
<animals>
43034303
```
43044304

0 commit comments

Comments
 (0)