From 0ddf133a330a0c1c7202781cb276298cb52a1a67 Mon Sep 17 00:00:00 2001 From: Randall-Mysten <109545725+randall-Mysten@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:59:18 -0800 Subject: [PATCH] Update index.md (#7901) --- doc/src/learn/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/learn/index.md b/doc/src/learn/index.md index f32a051ce76da..a1d07a3ca6c16 100644 --- a/doc/src/learn/index.md +++ b/doc/src/learn/index.md @@ -2,7 +2,7 @@ title: Learn about Sui --- -Sui *(swē)* is the water element in Japanese philosophy. The power of the sui element lies in its fluidity---its ability to easily adapt to and transform any environment. Similarly, the Sui platform seeks to provide a flexible network that you can leverage to shape the web3 landscape. +Sui *(swē)* is the water element in Japanese philosophy. The power of the sui element lies in its fluidity—its ability to easily adapt to and transform any environment. Similarly, the Sui platform seeks to provide a flexible network that you can leverage to shape the web3 landscape. The Sui platform is built on Sui Move, which is derived from the core [Move](https://github.com/MystenLabs/awesome-move) programming language. This documentation assumes that you have a basic working knowledge of Move. To learn more about the differences between core Move and Sui Move, see [How Sui Move differs from core Move](../learn/sui-move-diffs.md). @@ -48,4 +48,4 @@ Proceed to the [Sui Tutorial](../explore/tutorials.md) for a summary view of set ### Program with Objects -Finish with the detailed [Programming with objects](../build/programming-with-objects/index.md) tutorial series offering detailed guidance on manipulating Sui objects, from creation and storage through wrapping and using child objects. \ No newline at end of file +Finish with the detailed [Programming with objects](../build/programming-with-objects/index.md) tutorial series offering detailed guidance on manipulating Sui objects, from creation and storage through wrapping and using child objects.