From f336fb5825735a07f87576223e9c3569a3efac9b Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Wed, 2 Oct 2019 21:15:10 -0700 Subject: [PATCH] Fix docs describing how to create a surface --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d9a67be050..6e731f7557 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -131,7 +131,7 @@ pub struct Sampler { /// A handle to a presentable surface. /// /// A `Surface` represents a platform-specific surface (e.g. a window) to which rendered images may -/// be presented. A `Surface` may be created with [`Instance::create_surface`]. +/// be presented. A `Surface` may be created with [`Surface::create`]. #[derive(Debug)] pub struct Surface { id: wgn::SurfaceId,