From b8f43255d8e41eadad9100017813edf486e8b0fe Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Oct 2025 18:32:23 +0200 Subject: [PATCH] Unify "Parent object call overload" comments --- src/generic/Fraction.jl | 2 +- src/generic/FunctionField.jl | 2 +- src/generic/Misc/Localization.jl | 2 +- src/generic/RationalFunctionField.jl | 2 +- src/generic/Residue.jl | 2 +- src/generic/ResidueField.jl | 2 +- src/generic/TotalFraction.jl | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/generic/Fraction.jl b/src/generic/Fraction.jl index 4953e6bbc6..1555264cae 100644 --- a/src/generic/Fraction.jl +++ b/src/generic/Fraction.jl @@ -73,7 +73,7 @@ end ############################################################################### # -# Parent object call overloading +# Parent object call overload # ############################################################################### diff --git a/src/generic/FunctionField.jl b/src/generic/FunctionField.jl index 05dc8b8801..ce20d838a2 100644 --- a/src/generic/FunctionField.jl +++ b/src/generic/FunctionField.jl @@ -1254,7 +1254,7 @@ end ############################################################################### # -# Parent object call overloading +# Parent object call overload # ############################################################################### diff --git a/src/generic/Misc/Localization.jl b/src/generic/Misc/Localization.jl index 9e6bce7a8e..e38a45b454 100644 --- a/src/generic/Misc/Localization.jl +++ b/src/generic/Misc/Localization.jl @@ -347,7 +347,7 @@ promote_rule(::Type{LocalizedEuclideanRingElem{T}}, ::Type{T}) where {T} = Local ############################################################################### # -# Parent object call overloading +# Parent object call overload # ############################################################################### diff --git a/src/generic/RationalFunctionField.jl b/src/generic/RationalFunctionField.jl index a7bb5f4d83..52ec32715c 100644 --- a/src/generic/RationalFunctionField.jl +++ b/src/generic/RationalFunctionField.jl @@ -576,7 +576,7 @@ end ############################################################################### # -# Parent object call overloading +# Parent object call overload # ############################################################################### diff --git a/src/generic/Residue.jl b/src/generic/Residue.jl index b0f0350786..be148007c3 100644 --- a/src/generic/Residue.jl +++ b/src/generic/Residue.jl @@ -28,7 +28,7 @@ end ############################################################################### # -# Parent object call overloading +# Parent object call overload # ############################################################################### diff --git a/src/generic/ResidueField.jl b/src/generic/ResidueField.jl index 110fb30abd..8e09f129ab 100644 --- a/src/generic/ResidueField.jl +++ b/src/generic/ResidueField.jl @@ -28,7 +28,7 @@ end ############################################################################### # -# Parent object call overloading +# Parent object call overload # ############################################################################### diff --git a/src/generic/TotalFraction.jl b/src/generic/TotalFraction.jl index 83c001c09d..f9ab01ecf8 100644 --- a/src/generic/TotalFraction.jl +++ b/src/generic/TotalFraction.jl @@ -539,7 +539,7 @@ end ############################################################################### # -# Parent object call overloading +# Parent object call overload # ###############################################################################