소스 검색

Tweak as requested

msiism 7 년 전
부모
커밋
75c5ccb6fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules.md

+ 1 - 1
modules.md

@@ -128,7 +128,7 @@ If the object is a module, this list includes functions, classes and variables,
 
 
 This function can accept arguments.
 This function can accept arguments.
 If the argument is the name of a module, the function returns the list of names from that specified module.
 If the argument is the name of a module, the function returns the list of names from that specified module.
-If there is no argument, it returns the list of names from the current module.
+If there is no argument, the function returns the list of names from the current module.
 
 
 Example:
 Example: