Errore nella guida

Penso ci sia da correggere qualcosa nella guida in merito alla funzione movelast di un recordset,
in quanto presenta delle incogruenze:

Movelast
Moves the record pointer to the last record in the RecordSet.
Currently only supported by these databases: * SQLiteDatabase * OracleDatabase * ODBCDatabase, although not all ODBC drivers implement this
This example moves the record pointer to the first record in the RecordSet. <<<<<<<<<<
// move to the last record rs.MoveLast

Come si può notare in penultima riga c’è quel first che dovrebbe essere un last