docs: fix incorrect comment

This commit is contained in:
Satyajit Sahoo
2020-10-24 23:35:50 +02:00
parent 748e92f120
commit bfd0d94985

View File

@@ -65,11 +65,11 @@ export type LinkingOptions = {
) => undefined | void | (() => void);
/**
* Custom function to parse the URL to a valid navigation state (advanced).
* Only applicable on Web.
*/
getStateFromPath?: typeof getStateFromPathDefault;
/**
* Custom function to convert the state object to a valid URL (advanced).
* Only applicable on Web.
*/
getPathFromState?: typeof getPathFromStateDefault;
};