Skip to content

Commit 10cb1ce

Browse files
authored
Unify "Parent object call overload" comments (#2181)
1 parent ecaa476 commit 10cb1ce

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/generic/Fraction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ end
7373

7474
###############################################################################
7575
#
76-
# Parent object call overloading
76+
# Parent object call overload
7777
#
7878
###############################################################################
7979

src/generic/FunctionField.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ end
12541254

12551255
###############################################################################
12561256
#
1257-
# Parent object call overloading
1257+
# Parent object call overload
12581258
#
12591259
###############################################################################
12601260

src/generic/Misc/Localization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ promote_rule(::Type{LocalizedEuclideanRingElem{T}}, ::Type{T}) where {T} = Local
347347

348348
###############################################################################
349349
#
350-
# Parent object call overloading
350+
# Parent object call overload
351351
#
352352
###############################################################################
353353

src/generic/RationalFunctionField.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ end
576576

577577
###############################################################################
578578
#
579-
# Parent object call overloading
579+
# Parent object call overload
580580
#
581581
###############################################################################
582582

src/generic/Residue.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828

2929
###############################################################################
3030
#
31-
# Parent object call overloading
31+
# Parent object call overload
3232
#
3333
###############################################################################
3434

src/generic/ResidueField.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828

2929
###############################################################################
3030
#
31-
# Parent object call overloading
31+
# Parent object call overload
3232
#
3333
###############################################################################
3434

src/generic/TotalFraction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ end
539539

540540
###############################################################################
541541
#
542-
# Parent object call overloading
542+
# Parent object call overload
543543
#
544544
###############################################################################
545545

0 commit comments

Comments
 (0)