aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-02-03 17:44:22 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-02-03 17:44:22 +0100
commitab4f6adbb8458d759e8295165b56099583ba8566 (patch)
treecffa6d08df616869e799ba287d190f05676dde85
parentc46312ab4f1bd53cfe4a68ef618a83b4d3405b25 (diff)
Remove accidental use of non-ASCII character, FROGGS++
-rw-r--r--docs/announce/2015.01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/announce/2015.01.md b/docs/announce/2015.01.md
index b2cd814..eb363dc 100644
--- a/docs/announce/2015.01.md
+++ b/docs/announce/2015.01.md
@@ -38,7 +38,7 @@ Some of the new compiler features added to this release include:
Changes to modules included in Rakudo Star:
- [Bailador](https://github.com/tadzik/Bailador) handles POST and URL params separately
-- [ÐBIish](https://github.com/perl6/DBIish) has improved error reporting on SQLite
+- [DBIish](https://github.com/perl6/DBIish) has improved error reporting on SQLite
- [doc](https://github.com/perl6/doc) ships with much more documentation
- [panda](https://github.com/tadzik/panda) has a new command `installdeps`
- [Pod::To::HTML](https://github.com/perl6/Pod-To-HTML) now supports callbacks for code areas