processing / processing-web-archive

Repository for the Processing.org web site, examples, reference, and dreams
http://processing.org
128 stars 60 forks source link

Spell Error in page PVector::lerp() #411

Closed guoyunhe closed 10 years ago

guoyunhe commented 10 years ago

http://processing.org/reference/PVector_lerp_.html

The first line in Description:

Calculates linear interpolatation from one vector to another vector. (Just like regular lerp(), but for vectors.)

AmnonOwed commented 10 years ago

Good catch! I have sent a pull request to fix this issue.