Shun Miyazawa 11 months ago
parent
commit
b414b358e8
1 changed files with 1 additions and 1 deletions
  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);