1
0
Fork 0

documentation fix

This commit is contained in:
mfranz 2006-11-03 19:39:08 +00:00
parent dabf3f300c
commit 2145558999

View file

@ -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));
#