Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rodolfo Carvalho <[email protected]>
  • Loading branch information
zookzook and rhcarvalho authored Sep 19, 2023
1 parent 9e6791d commit dced77f
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 @@ -176,7 +176,7 @@ defmodule BSON.Decoder do
use BSON.DecoderGenerator, preserve_order: false
end

defmodule BSON.PreserverOrderDecoder do
defmodule BSON.OrderPreservingDecoder do
@moduledoc false

use BSON.DecoderGenerator, preserve_order: :order
Expand Down

0 comments on commit dced77f

Please sign in to comment.