From 9d3e14edaeecb1ba6334c246461820dbd9b21f7f Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Sat, 8 Dec 2018 18:03:02 +0530 Subject: [PATCH] corrected minor typo --- ocaml/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/README.org b/ocaml/README.org index 4b5fee8..360cda7 100644 --- a/ocaml/README.org +++ b/ocaml/README.org @@ -25,7 +25,7 @@ compiler. - Optional Lazy Evaluation - Multi Paradigm - Functional, Imperative and Object Orientated - Compiled and Interpreted - It allows iteractive development and debugging. - * Compiles to natve code and bytecode + * Compiles to native code and bytecode - Algebraic Data Types - Pattern Matching