From 493644673bcf0c490de498eddd5a8675938758b5 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Thu, 25 Feb 2016 21:09:40 +0200 Subject: [PATCH] doc: grammar tweaks to contribute.rst --- docs/source/contribute.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/contribute.rst b/docs/source/contribute.rst index 5cd18c0..5b16616 100644 --- a/docs/source/contribute.rst +++ b/docs/source/contribute.rst @@ -9,8 +9,9 @@ A recipe allows you to compile libraries / python extension for the mobile. Most of the time, the default compilation instructions doesn't work for the target, as ARM compiler / Android NDK introduce specifities that the library you want doesn't handle correctly, and you'll need to patch. Also, because the -Android platform cannot load more than 64 dynamic library, we have a mechanism -to bundle all of them in one to ensure you'll not hit this limitation. +Android platform cannot load more than 64 inline dynamic libraries, we have a +mechanism to bundle all of them in one to ensure you'll not hit this +limitation. To test your own recipe via Buildozer, you need to: