You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IO.inspect, IO.read etc all use the grammar case "infinitive" (to inspect, to read, etc).
But IO.puts uses an inflected form (it puts) instead of the same form.
While most people using Elixir have probably gotten used to this, these inconsistency are small barriers for new people.