Skip to content

Commit 1f34cf8

Browse files
fixup! docs: document TestScope APIs
1 parent 67f38d0 commit 1f34cf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moz-webgpu-cts/src/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ impl From<FirefoxTestScope> for TestScope {
735735
/// Subset of [`TestScope`] for [`Browser::Servo`].
736736
#[derive(Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
737737
pub(crate) enum ServoTestScope {
738-
/// A WebGPU CTS test vendored into Servo source.
738+
/// A WebGPU CTS test vendored into Servo's source tree.
739739
WebGpu,
740740
}
741741

0 commit comments

Comments
 (0)