Skip to content

Commit

Permalink
Update docs on binary syntax modifiers (#12980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 2, 2023
1 parent e4431b8 commit 7410cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/kernel/special_forms.ex
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ defmodule Kernel.SpecialForms do
`unsigned` (default) | `integer`
`little` | `integer`, `float`, `utf16`, `utf32`
`big` (default) | `integer`, `float`, `utf16`, `utf32`
`native` | `integer`, `utf16`, `utf32`
`native` | `integer`, `float`, `utf16`, `utf32`
### Sign
Expand Down

0 comments on commit 7410cd3

Please sign in to comment.