From dfd05cc036ae69aa46cf55dd8d585f251aba2566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Tue, 29 Mar 2022 17:01:33 +0200 Subject: [PATCH] Vale fixes --- src/pages/en/write-smart-contracts/software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/en/write-smart-contracts/software.md b/src/pages/en/write-smart-contracts/software.md index 6b81e4b6..80e6cb61 100644 --- a/src/pages/en/write-smart-contracts/software.md +++ b/src/pages/en/write-smart-contracts/software.md @@ -15,7 +15,7 @@ Clarity LSP repository is available [here](https://github.com/hirosystems/clarit ## Clarity REPL -A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple, interactive computer programming environment that takes single user inputs (i.e., single expressions), evaluates (executes) them, and returns the result to the user; a program written in a REPL environment is executed piecewise. +A read—eval—print loop (REPL), also termed an interactive toplevel or language shell, is a simple, interactive computer programming environment that takes single user inputs (that is, single expressions), evaluates (executes) them, and returns the result to the user; a program written in a REPL environment is executed piecewise. ![Clarity-repl](https://github.com/hirosystems/clarity-repl/blob/develop/docs/images/screenshot.png?raw=true)