Skip to content

Commit f2dae09

Browse files
willdowglasWill Douglas
authored andcommitted
Fix typo in docs: for -> force (#13215)
Co-authored-by: Will Douglas <[email protected]>
1 parent 6f5715f commit f2dae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/binaries-strings-and-charlists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ iex> heartbeats_per_minute = [99, 97, 116]
257257
~c"cat"
258258
```
259259

260-
You can always for charlists to be printed in their list representation by calling the `inspect/2` function:
260+
You can always force charlists to be printed in their list representation by calling the `inspect/2` function:
261261

262262
```elixir
263263
iex> inspect(heartbeats_per_minute, charlists: :as_list)

0 commit comments

Comments
 (0)