Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Jul 8, 2021
1 parent 181fd13 commit fa329cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (r ReadableConversionEndpoint) String() string {
return r.description
}

// Reader generates an expression to read our endpoint
// Read generates an expression to read our endpoint
func (r ReadableConversionEndpoint) Read(expr dst.Expr) dst.Expr {
return r.reader(expr)
}
Expand Down

0 comments on commit fa329cf

Please sign in to comment.