summaryrefslogtreecommitdiffstats
path: root/content/2015-02-02-this-week-in-rust.md
diff options
context:
space:
mode:
authorAlexis Beingessner <a.beingessner@gmail.com>2015-02-03 00:12:41 -0500
committerAlexis Beingessner <a.beingessner@gmail.com>2015-02-03 00:12:41 -0500
commita7ce42ccca15d9f1e53992d622164c6981baf7dc (patch)
tree770d6b877476ba0248051cb371e17d49e09fdece /content/2015-02-02-this-week-in-rust.md
parent06d65c0f115820ac1d1d32bb9e9939f7fd4b5f86 (diff)
parent0eb58adc3bb32903f5f0cde7c29496d621627e0d (diff)
Merge pull request #34 from sellibitze/shamir
fix typo: Samir -> Shamir
Diffstat (limited to 'content/2015-02-02-this-week-in-rust.md')
-rw-r--r--content/2015-02-02-this-week-in-rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2015-02-02-this-week-in-rust.md b/content/2015-02-02-this-week-in-rust.md
index 0d1d5dd..328cb6c 100644
--- a/content/2015-02-02-this-week-in-rust.md
+++ b/content/2015-02-02-this-week-in-rust.md
@@ -192,7 +192,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
* [FFI-Platypus-Lang-Rust][perl]. Call Rust from Perl.
* [glassful]. kmc strikes again with a syntax extension that translates
from Rust syntax to OpenGL Shader Language. [/r/rust][glassful-r-rust].
-* [secretshare]. Samir's secret sharing.
+* [secretshare]. Shamir's secret sharing.
* [chip8-rust]. A emulator for the Chip-8 VM used to implement some
old video games. Uses Piston for graphics.
* [snowflake]. Library for generating process-unique IDs.