Skip to content

Commit 42eabb2

Browse files
authored
Merge pull request #277 from JediLuke/master
Fix error in the bounds/1 documentation
2 parents 9314020 + e59d74e commit 42eabb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scenic/graph.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ defmodule Scenic.Graph do
846846
@doc """
847847
Compute the bounding box that contains the graph.
848848
849-
Returns `{left, right, top, bottom}` or `nil` if the graph is empty.
849+
Returns `{left, top, right, bottom}` or `nil` if the graph is empty.
850850
"""
851851
@spec bounds(graph :: t()) :: Scenic.Graph.bounds() | nil
852852
defdelegate bounds(graph), to: Scenic.Graph.Bounds, as: :compute

0 commit comments

Comments
 (0)