issue-26994 add missing ) to kotlin example
This commit is contained in:
		
							parent
							
								
									7dbbf364f7
								
							
						
					
					
						commit
						491d1c4c78
					
				| 
						 | 
				
			
			@ -8277,7 +8277,7 @@ it resembles the following:
 | 
			
		|||
	fun userService(): Service {
 | 
			
		||||
		return SimpleUserService().apply {
 | 
			
		||||
			// a reference to the proxied userPreferences bean
 | 
			
		||||
			setUserPreferences(userPreferences()
 | 
			
		||||
			setUserPreferences(userPreferences())
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
----
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue