clarify doc comment, the sequel

This commit is contained in:
Hila Friedman 2024-11-13 15:34:10 +02:00
parent 64554d061d
commit efce8c6248

View File

@ -738,7 +738,7 @@ test TagPayload {
}
/// Compares two of any type for equality. Containers that do not support comparison
/// are compared on a field-by-field basis. Pointers are not followed.
/// on their own are compared on a field-by-field basis. Pointers are not followed.
pub fn eql(a: anytype, b: @TypeOf(a)) bool {
const T = @TypeOf(a);