From: Alexis Laferrière Date: Fri, 9 Sep 2016 14:40:42 +0000 (-0400) Subject: calculator: update language in variations doc X-Git-Url: http://nitlanguage.org calculator: update language in variations doc Signed-off-by: Alexis Laferrière --- diff --git a/examples/calculator/src/android14.nit b/examples/calculator/src/android14.nit index 8695c3b..3db8aa2 100644 --- a/examples/calculator/src/android14.nit +++ b/examples/calculator/src/android14.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Aesthetic adaptations for Android for API 14+ +# Aesthetic variation for Android for API 14+ module android14 import calculator diff --git a/examples/calculator/src/android21/android21.nit b/examples/calculator/src/android21/android21.nit index 36d1025..53c5ab6 100644 --- a/examples/calculator/src/android21/android21.nit +++ b/examples/calculator/src/android21/android21.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Aesthetic adaptations for Android Lollypop (API 21) +# Aesthetic variation for Android Lollypop (API 21) module android21 is android_api_min 21 android_api_target 21 diff --git a/examples/calculator/src/ios.nit b/examples/calculator/src/ios.nit index 467e48f..a7acc6f 100644 --- a/examples/calculator/src/ios.nit +++ b/examples/calculator/src/ios.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Aesthetic adaptations for iOS +# Aesthetic variation for iOS module ios import calculator