Skip to content

Commit 2a9a291

Browse files
Fix typo on proto comment
1 parent 573d8fd commit 2a9a291

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: rpc/cc/arduino/cli/commands/v1/common.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: rpc/cc/arduino/cli/commands/v1/common.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ message Platform {
108108
// If the platform is also not indexed it may fail to work correctly in some
109109
// circumstances, and it may need to be re-installed.
110110
bool missing_metadata = 14;
111-
// Newest available version of the platform containing containing all
112-
// compatible dependencies.
111+
// Newest available version of the platform containing all compatible
112+
// dependencies.
113113
string latest_compatible = 15;
114114
}
115115

0 commit comments

Comments
 (0)