Skip to content

Commit e37e290

Browse files
authored
doc: fix typo in methods docs (#41937)
1 parent eb83c4d commit e37e290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ for structuring and organizing programs.
4141
it can be omitted altogether, writing just `meth(arg1,arg2)`, with `this` implied as the receiving
4242
object.
4343
!!! note
44-
All the examples in this chapter assume that you are defining modules for a function in the *same*
44+
All the examples in this chapter assume that you are defining methods for a function in the *same*
4545
module. If you want to add methods to a function in *another* module, you have to `import` it or
4646
use the name qualified with module names. See the section on [namespace management](@ref
4747
namespace-management).

0 commit comments

Comments
 (0)