diff --git a/lib/scenic/driver.ex b/lib/scenic/driver.ex index 4a0fa9dd..608dc99b 100644 --- a/lib/scenic/driver.ex +++ b/lib/scenic/driver.ex @@ -348,7 +348,7 @@ defmodule Scenic.Driver do This callback is optional. """ @callback take_screenshot(driver :: Driver.t()) :: - {:ok, :not_supported} | {:ok, screenshot_t, Driver.t()} + {:ok, :not_supported, Driver.t()} | {:ok, screenshot_t, Driver.t()} @optional_callbacks reset_scene: 1, request_input: 2,