diff --git a/ja/05.6.md b/ja/05.6.md index ed2b8895..7ba587c6 100644 --- a/ja/05.6.md +++ b/ja/05.6.md @@ -15,7 +15,7 @@ Goは現在redisのドライバで以下をサポートしています - [https://github.com/alphazero/Go-Redis](https://github.com/alphazero/Go-Redis) - [https://github.com/simonz05/godis](https://github.com/simonz05/godis) -Let's see how to use the driver that redigo to operate on a database: +redigoのドライバを使ってデータベースを操作する方法を見てみましょう: ```Go