Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Jul 12, 2018
1 parent e23397e commit 9d4670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Node struct {

// Fake fields for restful testing
FakeParameter string `json:"fakeParameter"`
ShouldFail bool `json:"shoulFail"`
ShouldFail bool `json:"shouldFail"`
}

type Network struct {
Expand Down

0 comments on commit 9d4670b

Please sign in to comment.