Skip to content

Commit 70744f9

Browse files
authored
README.md updated
getParam_name() and setParam_name() use camelCase convention
1 parent ca8e860 commit 70744f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Boolean boolean_param = true;
4545
CockpitPlugin will generate `Cockpit.java` file for you. Cockpit functionality is by design available only for debug builds, so `Cockpit.java` file won't contain any setters in the release build. This is to prevent any unauthorized param value changes.
4646

4747
### Accessing param values
48-
You can access the params via generated getters and setters. Each param has corresponding `getparam_name()` and `setparam_name()`, where `param_name` is your param's name.
48+
You can access the params via generated getters and setters. Each param has corresponding `getParam_name()` and `setParam_name()`, where `param_name` is your param's name.
4949
>Setters are generated only for debug builds.
5050
5151
### Displaying cockpit

0 commit comments

Comments
 (0)