Shun Miyazawa 10 месяцев назад
Родитель
Сommit
b414b358e8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/features/openai/client/services/editor-assistant.tsx

+ 1 - 1
apps/app/src/features/openai/client/services/editor-assistant.tsx

@@ -137,7 +137,7 @@ const getLineInfo = (yText: YText, lineNumber: number): { text: string, startInd
 };
 
 export const useEditorAssistant: UseEditorAssistant = () => {
-  // Refs\
+  // Refs
   const lineRef = useRef<number>(0);
   const timerRef = useRef<ReturnType<typeof setTimeout> | null>(null);