Skip to content

Commit e34b7f1

Browse files
authored
Improve documentation wording (#108)
1 parent c956a8b commit e34b7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mox.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ defmodule Mox do
523523
defmock(MyApp.MockWeatherAPI, for: MyApp.WeatherAPI)
524524
stub_with(MyApp.MockWeatherAPI, MyApp.StubWeatherAPI)
525525
526-
This is the same as calling `stub/3` for each behaviour in `MyApp.MockWeatherAPI`:
526+
This is the same as calling `stub/3` for each callback in `MyApp.MockWeatherAPI`:
527527
528528
stub(MyApp.MockWeatherAPI, :temp, &MyApp.StubWeatherAPI.temp/1)
529529
stub(MyApp.MockWeatherAPI, :humidity, &MyApp.StubWeatherAPI.humidity/1)

0 commit comments

Comments
 (0)