mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +08:00
docs(CodeBlockView): fix comment typo in props interface
This commit is contained in:
parent
ed651b995e
commit
eabbe593dd
@ -34,7 +34,7 @@ import type { ViewMode } from './types'
|
||||
const logger = loggerService.withContext('CodeBlockView')
|
||||
|
||||
interface Props {
|
||||
// FIXME: It's not runtime string!
|
||||
// FIXME: It's may not runtime string!
|
||||
children: string
|
||||
language: string
|
||||
// Message Block ID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user