Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
oroonga ->
Mroonga
  • Loading branch information
cosmo0920 committed Dec 29, 2015
1 parent a9b2c69 commit ff30623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/_posts/2015-12-29-mroonga-5.11.md
Expand Up @@ -33,7 +33,7 @@ An index table name uses `-` (hyphen) as separator untile Mroonga 5.10. But `-`

#### Added a new UDF `mroonga_normalize`

oroonga provides some useful functionality as [UDF](/docs/reference/udf.html) (User Defined Functions). `mroonga_normalize` can normalize a string by a [normalizer of Groonga](http://groonga.org/docs/reference/normalizers.html). See [reference](/docs/reference/udf/mroonga_normalize) for details.
Mroonga provides some useful functionality as [UDF](/docs/reference/udf.html) (User Defined Functions). `mroonga_normalize` can normalize a string by a [normalizer of Groonga](http://groonga.org/docs/reference/normalizers.html). See [reference](/docs/reference/udf/mroonga_normalize) for details.

#### [wrapper mode] Really support `CHECK TABLE FOR UPGRADE` (`mysql_update`).

Expand Down

0 comments on commit ff30623

Please sign in to comment.