Skip to content

Commit 9df9b35

Browse files
authored
[ci skip] Fix typo in docstring (#4494)
1 parent e753d29 commit 9df9b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/schema.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ defmodule Ecto.Schema do
256256
`:boolean` | `boolean` | true, false
257257
`:string` | UTF-8 encoded `string` | "hello"
258258
`:binary` | `binary` | `<<int, int, int, ...>>`
259-
`:bitstring` | `bitstring` | `<<_::size>>
259+
`:bitstring` | `bitstring` | `<<_::size>>`
260260
`{:array, inner_type}` | `list` | `[value, value, value, ...]`
261261
`:map` | `map` |
262262
`{:map, inner_type}` | `map` |

0 commit comments

Comments
 (0)