Skip to content

Commit

Permalink
fix typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkaliski authored May 9, 2018
1 parent 39e061f commit 49f3aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

var (
// ErrValidInputOutputRequired occurs if an invalid Input or Output is provided.
ErrValidInputOutputRequired = errors.New("a valid Input/Putput is required")
ErrValidInputOutputRequired = errors.New("a valid Input/Output is required")
)

// Model is an ML model. It's composed of a computation graph and
Expand Down

0 comments on commit 49f3aaf

Please sign in to comment.