Skip to content

Commit

Permalink
fix(modulo-controllers): typo in controller descriptions (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapaspyros authored Oct 21, 2024
1 parent d3a4f67 commit f5f9e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ Release Versions:
- [2.1.1](#211)
- [2.1.0](#210)

## Upcoming changes
## Upcoming changes (in development)

- fix: default predicate value on construction (#158)

- fix(modulo_controllers): typo in modulo controller descriptions (#160)

## 5.0.0

### October 9th, 2024
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"display_name": "Input validity period",
"description": "The maximum age of an input state before discarding it as expired",
"parameter_name": "input_validity_period_",
"parameter_name": "input_validity_period",
"parameter_type": "double",
"default_value": "1.0"
},
Expand Down

0 comments on commit f5f9e67

Please sign in to comment.