mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 15:11:05 +01:00 
			
		
		
		
	Pedantic grammar fix
This commit is contained in:
		@@ -7887,7 +7887,7 @@ void ImGui::ShowTestWindow(bool* opened)
 | 
				
			|||||||
            ImGui::PopID();
 | 
					            ImGui::PopID();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        ImGui::Text("Hover me");
 | 
					        ImGui::Text("Hover over me");
 | 
				
			||||||
        if (ImGui::IsItemHovered())
 | 
					        if (ImGui::IsItemHovered())
 | 
				
			||||||
            ImGui::SetTooltip("I am a tooltip");
 | 
					            ImGui::SetTooltip("I am a tooltip");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user