Skip to content

Commit 175af10

Browse files
authored
Add translate comment to Chinese in Redis sessions example (#1100)
<!-- 🚀 Thank you for contributing! --> <!-- Describe your changes clearly and use examples if possible. --> <!-- When this PR is merged, the title and body will be --> <!-- used to generate a release automatically. -->
1 parent 13c6389 commit 175af10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/redis/sessions.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Redis 可以作为一个存储提供程序,用于缓存[会话数据](../advan
3131
import Redis
3232

3333
struct CustomRedisSessionsDelegate: RedisSessionsDelegate {
34-
// implementation
34+
// 实现
3535
}
3636

3737
app.sessions.use(.redis(delegate: CustomRedisSessionsDelegate()))

0 commit comments

Comments
 (0)