mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	docs: fix typo in hilbish.inputMode doc (closes #147)
This commit is contained in:
		
							parent
							
								
									1458ecdcab
								
							
						
					
					
						commit
						a89d3e59d6
					
				
							
								
								
									
										2
									
								
								api.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								api.go
									
									
									
									
									
								
							@ -601,7 +601,7 @@ func hlwhich(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// inputMode(mode)
 | 
					// inputMode(mode)
 | 
				
			||||||
// Sets the input mode for Hilbish's line reader. Accepts either emacs for vim
 | 
					// Sets the input mode for Hilbish's line reader. Accepts either emacs or vim
 | 
				
			||||||
// --- @param mode string
 | 
					// --- @param mode string
 | 
				
			||||||
func hlinputMode(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
 | 
					func hlinputMode(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
 | 
				
			||||||
	if err := c.Check1Arg(); err != nil {
 | 
						if err := c.Check1Arg(); err != nil {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user