vagrantc pushed a commit to branch master
in repository guix.
commit b7e1d03625361661631dc2deb1ffedca8e971199
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Apr 21 07:55:06 2021 -0700
gnu: rust-wayland-egl-0.28: Fix grammar.
* gnu/packages/crates-graphics.scm
(rust-wayland-egl-0.28)[description]: Remove gratuitous use of
"allows to".
---
gnu/packages/crates-graphics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index cd1712d..e5719f9 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -2532,7 +2532,7 @@ properly display animated cursors.")
(synopsis "Bindings to libwayland-egl")
(description
"This crate provides bindings for OpenGL/Vulkan support for
-Wayland client apps. It allows to create an EGLSurface from any
+Wayland client apps. It creates an EGLSurface from any
WlSurface, which can then play the role of the base surface for
initializing an OpenGL or Vulkan context.")
(license license:expat)))