Skip to content

Commit e26c4eb

Browse files
committed
Deleted the note.
1 parent 56a93fa commit e26c4eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,6 @@ defmodule Kernel.SpecialForms do
311311
This syntax reflects the fact the effective size is given by
312312
multiplying the size by the unit.
313313
314-
However, if you specify the unit without specifying the size, you'll get
315-
an `CompileError` message:
316-
317-
<< x :: _ * 4 >> == << x :: unit(4) >>
318-
319314
For floats, `size * unit` must result in 32 or 64, corresponding
320315
to binary32 and binary64, respectively.
321316
"""

0 commit comments

Comments
 (0)