Skip to content

Commit c41115c

Browse files
emwalkerjosevalim
authored andcommitted
Use more idiomatic English for sentence (elixir-lang#758)
This commit changes "With this we are almost finishing our tour about Elixir modules. " to "With this we have almost finished our tour of Elixir modules."
1 parent e21ab32 commit c41115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/alias-require-and-import.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ defmodule Example do
166166
end
167167
```
168168

169-
With this we are almost finishing our tour about Elixir modules. The last topic to cover is module attributes.
169+
With this we have almost finished our tour of Elixir modules. The last topic to cover is module attributes.
170170

171171
## Understanding Aliases
172172

0 commit comments

Comments
 (0)