Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EZ4Jam1n committed Jul 26, 2024
1 parent bcca7d1 commit fdfa9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ enum Edition {
EDITION_2023 = 1000;

// Placeholder editions for testing feature resolution. These should not be
// used or relyed on outside of tests.
// used or relied on outside of tests.
EDITION_1_TEST_ONLY = 1;
EDITION_2_TEST_ONLY = 2;
EDITION_99997_TEST_ONLY = 99997;
Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-http-swagger/generator/wellknown/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func NewGoogleProtobufDurationSchema() *v3.SchemaOrReference {
//
// This leads to the regex below limiting range from -315.576,000,000s to 315,576,000,000s
// allowing -0.999,999,999s to 0.999,999,999s in the floating precision range.
// That full range cannot be expressed precisly in float64 as demonstrated in
// That full range cannot be expressed precisely in float64 as demonstrated in
// the example at https://go.dev/play/p/XNtuhwdyu8Y for your reference.
// So the well known type google.protobuf.Duration needs a string.
//
Expand Down

0 comments on commit fdfa9cc

Please sign in to comment.