documentation fix
This commit is contained in:
parent
dabf3f300c
commit
2145558999
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ light = {
|
|||
# lowpass.new(<coefficient>);
|
||||
#
|
||||
# EXAMPLE:
|
||||
# var lp = lowpass(0.5);
|
||||
# var lp = aircraft.lowpass.new(0.5);
|
||||
# print(lp.filter(10));
|
||||
# print(lp.filter(0));
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue