From 5b36259c65f07533da0d8f4b22973b8adb0c4c0c Mon Sep 17 00:00:00 2001 From: Dhruv <42606683+dA505819@users.noreply.github.com> Date: Mon, 25 Nov 2019 02:40:49 +0530 Subject: [PATCH] Update README.md Corrected typo(grammatical error). --- source/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/README b/source/README index 04cf6301b..a25c8fb89 100644 --- a/source/README +++ b/source/README @@ -22,7 +22,7 @@ language allows branching and looping as well as modular programming using functions. Most of the user-visible functions in R are written in R, calling upon a smaller set of internal primitives. It is possible for the user to interface to procedures written in C or -Fortran languages for efficiency, and also to write additional +Fortran language for efficiency, and also to write additional primitives. The R distribution contains functionality for a large number of