WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=a8f182fe2e4fe09cbce0331f0e03b761578ed65b
commit a8f182fe2e4fe09cbce0331f0e03b761578ed65b Author: Xavi Artigas <[email protected]> Date: Fri May 18 03:38:28 2018 -0700 Wiki page main-loop.md changed with summary [typo] by Xavi Artigas --- pages/develop/guides/c/core/main-loop.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/guides/c/core/main-loop.md.txt b/pages/develop/guides/c/core/main-loop.md.txt index 5d4e0e61b..01d3a08f3 100644 --- a/pages/develop/guides/c/core/main-loop.md.txt +++ b/pages/develop/guides/c/core/main-loop.md.txt @@ -185,7 +185,7 @@ You can also view the example in the EFL examples repository: [reference/c/core/ ## Polling ## -In the rare case where EFL does not provide the event you want, you can resort to conventional application-driven polling. EFL can still managed scheduling of the periodic polling, calling you back when it is time to perform the poll. +In the rare case where EFL does not provide the event you want, you can resort to conventional application-driven polling. EFL can still manage the scheduling of the periodic polling, calling you back when it is time to perform the poll. You can choose from among the predefined polling priorities depending on which event you use to register your callback: --
