Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jan 10, 2025
1 parent 7043097 commit 306226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/internal/language/rust.go
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ func (c *RustCodec) additionalContextImpl(api *api.API) *rustContext {
if !hasStreamingRPC {
return &rustContext{}
}
// Create a list of dependency features we need to eanble. To avoid
// Create a list of dependency features we need to enable. To avoid
// uninteresting changes, always sort the list.
feature := func(name string) string {
return fmt.Sprintf(`"%s/unstable-stream"`, name)
Expand Down

0 comments on commit 306226d

Please sign in to comment.