More PrologTerm documentation

This commit is contained in:
bakaq
2024-09-29 23:09:47 -03:00
parent e74fd11b0d
commit 0433706db6
3 changed files with 36 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ impl MachineConfig {
Default::default()
}
/// Uses the given `crate::StreamConfig` in this configuration.
/// Uses the given `crate::StreamConfig` in this configuration.
pub fn with_streams(mut self, streams: StreamConfig) -> Self {
self.streams = streams;
self