94 - snakecase mod names

This commit is contained in:
Jackson Sandland 2018-03-30 13:10:27 -07:00
parent ef169a6652
commit 9f256f0929
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//! The `accountantSkel` module is a microservice that exposes the high-level
//! The `accountant_skel` module is a microservice that exposes the high-level
//! Accountant API to the network. Its message encoding is currently
//! in flux. Clients should use AccountantStub to interact with it.

View File

@ -1,4 +1,4 @@
//! The `accountantStub` module is a client-side object that interfaces with a server-side Accountant
//! The `accountant_stub` module is a client-side object that interfaces with a server-side Accountant
//! object via the network interface exposed by AccountantSkel. Client code should use
//! this object instead of writing messages to the network directly. The binary
//! encoding of its messages are unstable and may change in future releases.