Shun Miyazawa hai 10 meses
pai
achega
b414b358e8

+ 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);