Slight typo in online reference

There is a slight typo in the online reference for Serial.find(). Highlighted in red below...

Serial.find() reads data from the serial buffer until the target string of given length is found. The function returns true if target string is found, false if it times out.

Serial.flush() inherits from the Stream utility class.

I don't see any problem with that statement. It's true, after all. 8)