Эх сурвалжийг харах

doc: missing rust tag for source code

x 3 жил өмнө
parent
commit
6884e276f1

+ 1 - 1
doc/src/learn/dchat/deployment/start-run-stop.md

@@ -78,7 +78,7 @@ configuration doesn't match attemping to start a session will simply
 return without doing anything. For example, if you are an outbound node,
 return without doing anything. For example, if you are an outbound node,
 `inbound.start()` will return with the following message:
 `inbound.start()` will return with the following message:
 
 
-```
+```rust
 info!(target: "net", "Not configured for accepting incoming connections.");
 info!(target: "net", "Not configured for accepting incoming connections.");
 ```
 ```