From 31db24dd275e0f823c389b5c9f7486bb5d37bf3c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 11 Dec 2024 00:40:21 +0800 Subject: [PATCH] Use e² instead of $e^2$ --- index.md | 4 ++-- language_description.md | 4 ++-- diff --git a/index.md b/index.md index 9c52c0e290e86fdf719087aea164c698b7a1c1d1..3e1c647fefd64fdb5fca1ca67d8b31f2823ff5ad 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,8 @@ --- -title: $e^2$ language +title: e² language author: Test_User and Runxi Yu --- -$e^2$ is a new programming language. +e² is a new programming language. Please read the [language description](language_description.html). diff --git a/language_description.md b/language_description.md index 4c175bf139b2e9466c530b5b32db98908ddf1495..b90d031473b46bb7d4bf6317b0225fc8d6018c32 100644 --- a/language_description.md +++ b/language_description.md @@ -1,5 +1,5 @@ --- -title: $e^2$ language description +title: e² language description author: Test_User and Runxi Yu --- @@ -49,7 +49,7 @@ If something causes `malloc` to be uncallable, e.g. if there is insufficient stack space to hold its local variables, it simply returns a meaningless pointer and a non-nil error value. Note that although we return "`0`" in the example code above, the zero pointer is not guaranteed to be an invalid pointer -in `e²`. +in e². Other functions may have different methods of failure. Some might return an error, so it might be natural to set their error return value to something like -- 2.48.1