style(tvix/eval): minor rephrasing in a comment
From cl/6070 Change-Id: I8ce8c1b40032d85cd2c01b04e225ae4a2842c7b7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6172 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
		
							parent
							
								
									15c2986597
								
							
						
					
					
						commit
						6c5d0344d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -32,7 +32,7 @@ impl Compiler { | ||||||
|             // type.
 |             // type.
 | ||||||
|             rnix::SyntaxKind::NODE_ROOT => self.compile(node.first_child().expect("TODO")), |             rnix::SyntaxKind::NODE_ROOT => self.compile(node.first_child().expect("TODO")), | ||||||
| 
 | 
 | ||||||
|             // Literals contain a single token comprising of the
 |             // Literals contain a single token consisting of the
 | ||||||
|             // literal itself.
 |             // literal itself.
 | ||||||
|             rnix::SyntaxKind::NODE_LITERAL => { |             rnix::SyntaxKind::NODE_LITERAL => { | ||||||
|                 let value = rnix::types::Value::cast(node).unwrap(); |                 let value = rnix::types::Value::cast(node).unwrap(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue