@@ -350,7 +350,7 @@ pub trait ScalarValue:
350350 ///
351351 /// # Implementation
352352 ///
353- /// This method is an ergonomic alias for the [`TryToPrimitive<bool>`] conversion, which is used
353+ /// This method is an ergonomic alias for the [`TryToPrimitive<bool>`] conversion, which is used
354354 /// for implementing [`GraphQLValue`] for [`bool`] for all possible [`ScalarValue`]s.
355355 ///
356356 /// Implementations should not implement this method, but rather implement the
@@ -367,7 +367,7 @@ pub trait ScalarValue:
367367 ///
368368 /// # Implementation
369369 ///
370- /// This method is an ergonomic alias for the [`TryToPrimitive<i32>`] conversion, which is used
370+ /// This method is an ergonomic alias for the [`TryToPrimitive<i32>`] conversion, which is used
371371 /// for implementing [`GraphQLValue`] for [`i32`] for all possible [`ScalarValue`]s.
372372 ///
373373 /// Implementations should not implement this method, but rather implement the
@@ -385,7 +385,7 @@ pub trait ScalarValue:
385385 ///
386386 /// # Implementation
387387 ///
388- /// This method is an ergonomic alias for the [`TryToPrimitive<f64>`] conversion, which is used
388+ /// This method is an ergonomic alias for the [`TryToPrimitive<f64>`] conversion, which is used
389389 /// for implementing [`GraphQLValue`] for [`f64`] for all possible [`ScalarValue`]s.
390390 ///
391391 /// Implementations should not implement this method, but rather implement the
@@ -441,7 +441,7 @@ pub trait ScalarValue:
441441 ///
442442 /// # Implementation
443443 ///
444- /// This method is an ergonomic alias for the [`TryToPrimitive`]`<&`[`str`]`>` conversion, which
444+ /// This method is an ergonomic alias for the [`TryToPrimitive`]`<&`[`str`]`>` conversion, which
445445 /// is used for implementing [`GraphQLValue`] for [`String`] for all possible [`ScalarValue`]s.
446446 ///
447447 /// Implementations should not implement this method, but rather implement the
0 commit comments