Skip to content

Commit 9269a37

Browse files
committed
fix encoding_to_xmlm_encoding typo
1 parent 762ae17 commit 9269a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xmlt.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ type encoding = [ `UTF_8 | `UTF_16 | `UTF_16BE | `UTF_16LE ]
1010
let encoding_to_xmlm_encoding : encoding -> Xmlm.encoding = function
1111
| `UTF_8 -> `UTF_8
1212
| `UTF_16 -> `UTF_16
13-
| `UTF_16BE -> `UTF_16LE
14-
| `UTF_16LE -> `UTF_16BE
13+
| `UTF_16LE -> `UTF_16LE
14+
| `UTF_16BE -> `UTF_16BE

0 commit comments

Comments
 (0)