On the Persisting Data page, in the "Accessing Properties and Settings: Application.Properties" section, in the API column of the table, it says Properties.getValue(), and Storage.setValue(). I'm pretty sure the latter should be Properties.setValue().
Also, in the description column, it says "Store information by key in persisted storage. Property values must be defined in the application settings xml. If a key that is not present in application settings is passed to getValue(), an exception will be thrown", but it should say "setValue()" rather than "getValue()".
The docs are already somewhat confusing wrt to exactly what you should use each module for (partly because it depends on the api version) - but these typos just make things worse.