Skip to content

Commit

Permalink
Update errs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlau1999 authored Aug 4, 2020
1 parent 01c12c4 commit 36c0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/errs/errs.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
ClassClient = reg.RegisterErrorClass(4, "client")
// ClassPlacement defines placement error class
ClassPlacement = reg.RegisterErrorClass(5, "placement")
// ClassCluster defines cluster error class
// ClassCluster defines cluster error class
ClassCluster = reg.RegisterErrorClass(6, "cluster")
)

Expand Down

0 comments on commit 36c0269

Please sign in to comment.