From 0c9691761899029ae6256289da977507fd9af584 Mon Sep 17 00:00:00 2001 From: Olexandr Radovenchyk <93856062+Olexandr88@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:31:35 +0300 Subject: [PATCH 1/2] Update 00_leo_overview.md Update 00_leo_overview Signed-off-by: Olexandr Radovenchyk <93856062+Olexandr88@users.noreply.github.com> --- documentation/00_leo_overview.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/00_leo_overview.md b/documentation/00_leo_overview.md index d4c934357..50ee6d6b0 100644 --- a/documentation/00_leo_overview.md +++ b/documentation/00_leo_overview.md @@ -4,8 +4,7 @@ title: The Leo Programming Language sidebar_label: Overview --- -Welcome to the Leo programming language. Leo is a statically-typed programming language built -for writing private applications. Leo is a high-level programming language that compiles down to low-level Aleo Instructions. +Welcome to the Leo programming language. Leo is a functional, statically typed programming language for private applications. Designed for intuitive Aleo blockchain development, Leo lays the foundation for a private, decentralized ecosystem. :::info The Leo language is currently in active development. Please monitor the repository on [**GitHub**](https://github.com/AleoHQ/leo) for possibly breaking changes. From 78cd8e4b841fe834b60e4b707560b9b0da40db17 Mon Sep 17 00:00:00 2001 From: d0cd <23022326+d0cd@users.noreply.github.com> Date: Sun, 28 Jul 2024 08:30:43 -0700 Subject: [PATCH 2/2] Update documentation/00_leo_overview.md Signed-off-by: d0cd <23022326+d0cd@users.noreply.github.com> --- documentation/00_leo_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/00_leo_overview.md b/documentation/00_leo_overview.md index 50ee6d6b0..29a098772 100644 --- a/documentation/00_leo_overview.md +++ b/documentation/00_leo_overview.md @@ -4,7 +4,7 @@ title: The Leo Programming Language sidebar_label: Overview --- -Welcome to the Leo programming language. Leo is a functional, statically typed programming language for private applications. Designed for intuitive Aleo blockchain development, Leo lays the foundation for a private, decentralized ecosystem. +Welcome to the Leo programming language. Leo is a statically-typed programming language for private applications. Designed for intuitive Aleo blockchain development, Leo lays the foundation for a private, decentralized ecosystem. :::info The Leo language is currently in active development. Please monitor the repository on [**GitHub**](https://github.com/AleoHQ/leo) for possibly breaking changes.