Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdaniels committed Aug 22, 2020
1 parent 9941dee commit 4764685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver.go
Expand Up @@ -20,7 +20,7 @@ type Driver interface {
// This should refer to a filesystem resource as external data will not be writable.
FileWriterForURI(URI) (URIWriteCloser, error)

// ListerForURI converts a URI to a list able URI, if it is possible to do so.
// ListerForURI converts a URI to a listable URI, if it is possible to do so.
ListerForURI(URI) (ListableURI, error)

// CanvasForObject returns the canvas that is associated with a given CanvasObject.
Expand Down

0 comments on commit 4764685

Please sign in to comment.