change a few comments

This commit is contained in:
Alex Auvolat
2021-04-08 15:13:02 +02:00
parent 2812a027ea
commit 119217f9f6
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ impl CRDT for BucketParams {
}
impl BucketParams {
/// Initializes a new instance of the Bucket struct
/// Create an empty BucketParams with no authorized keys and no website accesss
pub fn new() -> Self {
BucketParams {
authorized_keys: crdt::LWWMap::new(),
@@ -67,7 +67,7 @@ impl BucketParams {
}
impl Bucket {
/// Create a new bucket
/// Initializes a new instance of the Bucket struct
pub fn new(name: String) -> Self {
Bucket {
name,