Skip to content

Commit

Permalink
fix minor typo in API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 31, 2024
1 parent 432743b commit 371bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Analyzer_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ First, initialize all your settings variables to their default values. Second,

### Setting up each AnalyzerSettingInterface object

Ee call the member function ```SetTitleAndTooltip()```. The title will appear to the left of the input element. Note that often times you won’t need a title, but you should use one for ```Channels```. The tooltip shows up when hovering over the input element.
First, call the member function ```SetTitleAndTooltip()```. The title will appear to the left of the input element. Note that often times you won’t need a title, but you should use one for ```Channels```. The tooltip shows up when hovering over the input element.
```c++
void SetTitleAndTooltip( const char* title, const char* tooltip );
mInputChannelInterface.SetTitleAndTooltip( "Serial", "Standard Async Serial" );
Expand Down

0 comments on commit 371bdf4

Please sign in to comment.