Timothy J. Baek преди 11 месеца
родител
ревизия
c3ce4d7f6a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/lib/components/workspace/Tools/CodeEditor.svelte

+ 1 - 1
src/lib/components/workspace/Tools/CodeEditor.svelte

@@ -25,7 +25,7 @@ class Tools:
         Get the user name, Email and ID from the user object.
         """
 
-        # Do not include :param for __user__ in the docstring as it should not be shown in the tool's documentation
+        # Do not include :param for __user__ in the docstring as it should not be shown in the tool's specification
         # The session user object will be passed as a parameter when the function is called
 
         print(__user__)