Skip to content

Commit 1d2b28a

Browse files
committed
fix product name
Signed-off-by: sakumisu <1203593632@qq.com>
1 parent 92d0641 commit 1d2b28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/products.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const products: Product[] = [
122122
name: 'CherryRB',
123123
title: '',
124124
shortDescription: '高效、易用的环形缓冲区,其原理与kfifo一致',
125-
description: 'CherryDAP 是一个高效、易用的环形缓冲区,其原理与kfifo一致',
125+
description: 'CherryRB 是一个高效、易用的环形缓冲区,其原理与kfifo一致',
126126
icon: '🔧',
127127
tags: ['ringbuffer'],
128128
features: [

0 commit comments

Comments
 (0)