Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix syntax error
  • Loading branch information
sjuergen authored Mar 12, 2024
1 parent 73567b4 commit e3c919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dynamic.SetTDSeconds(4.5);
// Use
output = controller.Next(value, input);
output := controller.Next(value, input);
```

## Contribution
Expand Down

0 comments on commit e3c919b

Please sign in to comment.