Fix typo in README
PiperOrigin-RevId: 528506206
This commit is contained in:
		
							parent
							
								
									b9a9da5de5
								
							
						
					
					
						commit
						cab619f8da
					
				| 
						 | 
					@ -52,7 +52,7 @@ int select = cc->Inputs().Tag(kSelectTag).Get<int>();
 | 
				
			||||||
write
 | 
					write
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
int select = kSelectTag(cc).Get();  // alternative: *kSelectTag(cc)
 | 
					int select = kSelect(cc).Get();  // alternative: *kSelect(cc)
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Sets of multiple ports can be declared with `::Multiple`. Note, also, that a tag
 | 
					Sets of multiple ports can be declared with `::Multiple`. Note, also, that a tag
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user