Using correct article.

This commit is contained in:
Vladimir Byko-Ianko 2015-05-14 17:21:15 +03:00 committed by Alex Zolotarev
parent 98d369563d
commit f5cedc6959

View file

@ -11,7 +11,7 @@
/*
* These tests are developed to simplify routing integration tests writing.
* You can use the interface bellow however you want but there are some hints.
* 1. Most likely you want to use GetAllMaps() to get ref to OsrmRouterComponents.
* 1. Most likely you want to use GetAllMaps() to get a reference to OsrmRouterComponents.
* It loads all the maps from directories Platform::WritableDir()
* and Platform::ResourcesDir() only once and then reuse it.
* Use LoadMaps() only if you want to test something on a special map set.