summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2019-04-12 13:23:25 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2019-04-12 13:23:25 -0500
commitdb3b066e290a8e20b78311dcbf2f5a4b5018c8e0 (patch)
tree41548fc54a12ce3a428fc30254febfee4c788554
parent07788a72009ff7f919222a0e9ac5e374f6243f9c (diff)
downloadcouchdb-db3b066e290a8e20b78311dcbf2f5a4b5018c8e0.tar.gz
Clear up comment
-rw-r--r--src/fabric/src/fabric2_db.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fabric/src/fabric2_db.erl b/src/fabric/src/fabric2_db.erl
index cc229baa3..8168f419c 100644
--- a/src/fabric/src/fabric2_db.erl
+++ b/src/fabric/src/fabric2_db.erl
@@ -149,7 +149,7 @@ create(DbName, Options) ->
end
end),
% We cache outside of the transaction so that we're sure
- % that this request created the database
+ % that the transaction was committed.
case Result of
#{} = Db ->
ok = fabric2_server:store(Db),