mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Trivial doc typo fix
This commit is contained in:
		@@ -397,11 +397,11 @@ lookup_type_node_I (register GType utype)
 | 
				
			|||||||
/**
 | 
					/**
 | 
				
			||||||
 * g_type_get_type_registration_serial:
 | 
					 * g_type_get_type_registration_serial:
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Returns an opaque serial number that represents the state of the set of registered
 | 
					 * Returns an opaque serial number that represents the state of the set of
 | 
				
			||||||
 * types. Any time a type is registred this serial changes, which means you can
 | 
					 * registered types. Any time a type is registered this serial changes,
 | 
				
			||||||
 * cache information based on type lookups (such as g_type_from_name) and know if
 | 
					 * which means you can cache information based on type lookups (such as
 | 
				
			||||||
 * the cache is still valid at a later time by comparing the current serial with
 | 
					 * g_type_from_name()) and know if the cache is still valid at a later
 | 
				
			||||||
 * the one at the type lookup.
 | 
					 * time by comparing the current serial with the one at the type lookup.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Since: 2.36
 | 
					 * Since: 2.36
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user