mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-03 22:04:15 +00:00 
			
		
		
		
	Merge pull request #253 from eddieringle/fix-docs
Fix typo in window guide.
This commit is contained in:
		
						commit
						22c5192b3d
					
				@ -66,7 +66,7 @@ and its handle becomes invalid.
 | 
			
		||||
 | 
			
		||||
Each window has a user pointer that can be set with @ref
 | 
			
		||||
glfwSetWindowUserPointer and fetched with @ref glfwGetWindowUserPointer.  This
 | 
			
		||||
can be used for any purpose you need and will not modified by GLFW throughout
 | 
			
		||||
can be used for any purpose you need and will not be modified by GLFW throughout
 | 
			
		||||
the life-time of the window.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user