From a8d1272679a1c4c7aab987dc55b2058050af3914 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Wed, 15 Jul 2020 15:49:10 +0200 Subject: [PATCH] 230: Getting started Task-Url: https://github.com/unitsofmeasurement/indriya/issues/230 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 2bccfdb3..b7ac2663 100644 --- a/docs/index.html +++ b/docs/index.html @@ -119,7 +119,7 @@

The reference implementation contains a range of abstract base classes for every vital element defined by the JSR 385 API.
-While some JSRs offer manyabstract base classes in their public API, most classes here are specialized to their target environment so having them as part of the implementation makes it easier to scale and optimize for other environments in a different implementation. +While some JSRs offer many abstract base classes in their public API, most classes here are specialized to their target environment so having them as part of the implementation makes it easier to scale and optimize for other environments in a different implementation.

You can access the RI by adding the following Maven