Skip to content

Commit 4640c09

Browse files
committed
Fixed doc comment
1 parent f540758 commit 4640c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpc/cc/arduino/cli/commands/v1/compile.pb.go

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

rpc/cc/arduino/cli/commands/v1/compile.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ message CompileRequest {
4242
// a directory will be created in the operating system's default temporary
4343
// path.
4444
string build_path = 7;
45-
// List of custom build properties separated by commas.
45+
// List of custom build properties.
4646
repeated string build_properties = 8;
4747
// Used to tell gcc which warning level to use. The level names are: "none",
4848
// "default", "more" and "all".

0 commit comments

Comments
 (0)