Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh committed Jan 8, 2019
1 parent 56eabbb commit 7e2dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in_toto/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type Layout struct {
}

// Go does not allow to pass `[]T` (slice with certain type) to a function
// the accepts `[]interface{}` (slice with generic type)
// that accepts `[]interface{}` (slice with generic type)
// We have to manually create the interface slice first, see
// https://golang.org/doc/faq#convert_slice_of_interface
// TODO: Is there a better way to do polymorphism for steps and inspections?
Expand Down

0 comments on commit 7e2dc50

Please sign in to comment.