You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	Mention that the syntax is similar to Java as well. (#337)
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # Basic Syntax | ||||
|  | ||||
| Much of the Rust syntax will be familiar to you from C or C++: | ||||
| Much of the Rust syntax will be familiar to you from C, C++ or Java: | ||||
|  | ||||
| * Blocks and scopes are delimited by curly braces. | ||||
| * Line comments are started with `//`, block comments are delimited by `/* ... | ||||
|   | ||||
		Reference in New Issue
	
	Block a user