logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git
commit: c7b54a8ab1a997a733e677750491f5a797c8f29a
parent 17c0bbe89c4d391e5081f6b80e54d13de2839e18
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue,  5 Oct 2021 17:55:31 +0200

Typo correction

Diffstat:

Mcontent/blog/Reflection.gmi2+-
Mcontent/blog/Reflection.md2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/Reflection.gmi b/content/blog/Reflection.gmi @@ -4,7 +4,7 @@ I’ve just merged support for reflection in ****. Here’s how it works! ## Background -“Reflection” refers to the ability for a program to examine the type system of its programming langauge, and to dynamically manipulate types and their values at runtime. You can learn more at Wikipedia: +“Reflection” refers to the ability for a program to examine the type system of its programming language, and to dynamically manipulate types and their values at runtime. You can learn more at Wikipedia: => https://en.wikipedia.org/wiki/Reflective_programming Reflective programming diff --git a/content/blog/Reflection.md b/content/blog/Reflection.md @@ -26,7 +26,7 @@ Here's how it works! ## Background "Reflection" refers to the ability for a program to examine the type system of -its programming langauge, and to dynamically manipulate types and their values +its programming language, and to dynamically manipulate types and their values at runtime. You can learn more at [Wikipedia][0]. [0]: https://en.wikipedia.org/wiki/Reflective_programming