From 9bbf2c0a8e3a31edb83c8da2e714073943e88002 Mon Sep 17 00:00:00 2001 From: Himanshu Nailwal Date: Thu, 4 Oct 2018 08:32:37 +0530 Subject: [PATCH] Fixed a typo --- en/design_philosophy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/design_philosophy.md b/en/design_philosophy.md index 97b53ba..247c619 100644 --- a/en/design_philosophy.md +++ b/en/design_philosophy.md @@ -1,6 +1,6 @@ # Design philosophy -These are the core tenets that sparked the work on Ethereum's architeture and imlementation. +These are the core tenets that sparked the work on Ethereum's architecture and imlementation. ## Simplicity The Ethereum protocol should be as simple as possible, even at the cost of some data storage inefficiency or time inefficiency. An average programmer should ideally be able to follow and implement the entire specification, so as to eventually help minimize the influence that any specific individual or elite group can have on the protocol and furthering the vision of Ethereum as a protocol that is open to all. Optimizations which add complexity should not be included unless they provide very substantial benefit. @@ -15,4 +15,4 @@ Different parts of the Ethereum protocol should be designed to be as modular and The protocol should not attempt to actively restrict or prevent specific categories of usage, and all regulatory mechanisms in the protocol should be designed to directly regulate the harm, not attempt to oppose specific undesirable applications. You can even run an infinite loop script on top of Ethereum for as long as you are willing to keep paying the per-computational-step transaction fee for it. ## Agility -Details of the Ethereum protocol are not set in stone. Although we will be extremely judicious about making modifications to high-level constructs such as the C-like language and the address system, computational tests later on in the development process may lead us to discover that certain modifications to the algorithm or scripting language will substantially improve scalability or security. If any such opportunities are found, we will make use of them. \ No newline at end of file +Details of the Ethereum protocol are not set in stone. Although we will be extremely judicious about making modifications to high-level constructs such as the C-like language and the address system, computational tests later on in the development process may lead us to discover that certain modifications to the algorithm or scripting language will substantially improve scalability or security. If any such opportunities are found, we will make use of them.