summaryrefslogtreecommitdiffstats
path: root/content/2014-12-29-this-week-in-rust.md
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-12-29 22:38:54 -0500
committerCorey Richardson <corey@octayn.net>2015-01-02 14:37:22 -0500
commit0a93fa4b06538db4fee062609158e1343f397338 (patch)
tree2f68bd71585f9cf4ed622cf137784e25d00851cd /content/2014-12-29-this-week-in-rust.md
parent20b793bca40f368ac8f0834467ff5971082f1717 (diff)
Fix dead link
Diffstat (limited to 'content/2014-12-29-this-week-in-rust.md')
-rw-r--r--content/2014-12-29-this-week-in-rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2014-12-29-this-week-in-rust.md b/content/2014-12-29-this-week-in-rust.md
index e057e89..e53be30 100644
--- a/content/2014-12-29-this-week-in-rust.md
+++ b/content/2014-12-29-this-week-in-rust.md
@@ -67,7 +67,7 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
`m..n`, `..n`, `m..` syntaxes, which will soon let slicing be
implemented as indexing over ranges. For now the `..n` notation is
not implemented [because of an ambiguity][ambig] in the syntax that
- must be resolved first. [RFC][rang-rfc].
+ must be resolved first. [RFC][range-rfc].
* The [new fixed length array syntax][array-rfc] that disambiguates
the [new range syntax][range-rfc] has [been implemented][array]. The
old syntax has not been removed yet.