From 6bc77fcb0c2e760ca83885ad2391edf849a838c0 Mon Sep 17 00:00:00 2001 From: Innovimax Date: Tue, 10 Mar 2020 11:16:07 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 082f96b3..6f85ff65 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Some may call it a **transpiler**, a special compiler which can compile source c So the question arises, is OneLang a **new programming language**? Although we can talk about it with words like **object-oriented** or **generic** or **strongly-typed**, it has its own type system and [AST](https://en.wikipedia.org/wiki/Abstract_syntax_tree), would you call something a programming language which **does not have its own syntax**? -Thus let's just define OneLang as the following for the time being: **OneLang is a tool which helps writing code in multiple langauges at the same time**. +Thus let's just define OneLang as the following for the time being: **OneLang is a tool which helps writing code in multiple languages at the same time**. It doesn't solve the problem for you, it just helps you a bit in it. You still need to master the target languages and OneLang to be able to produce anything usable.