Skip to content

Commit b123f63

Browse files
committed
doc(reflect): fix link
1 parent 4285ad2 commit b123f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librashader/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub mod preprocess {
152152
/// librashader-reflect is designed to be frontend and backend agnostic.
153153
///
154154
/// Currently [SpirvCompilation](crate::reflect::SpirvCompilation),
155-
/// which does compilation of GLSL to SPIR-V via [glslang](https://github.com/KhronosGroup/glslang/ is the only
155+
/// which does compilation of GLSL to SPIR-V via [glslang](https://github.com/KhronosGroup/glslang/) is the only
156156
/// supported frontend.
157157
///
158158
/// In the future, we will allow [Naga](https://docs.rs/naga/latest/naga/index.html), a pure-Rust shader compiler,

0 commit comments

Comments
 (0)