Skip to content

Commit abae681

Browse files
committed
fix: hybrid => dynamic
1 parent 5d87e83 commit abae681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/taurus/src/config

crates/taurus/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub struct Config {
99
///
1010
/// Options:
1111
/// `static` (default)
12-
/// `hybrid`
12+
/// `dynamic`
1313
pub mode: Mode,
1414

1515
/// URL to the NATS service

0 commit comments

Comments
 (0)