This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 18f44de  Fixed message popover def (#1986)
18f44de is described below

commit 18f44de25c8fb25dee93300b44e2fa2eccbdd2a6
Author: hrsakai <[email protected]>
AuthorDate: Wed Jun 20 01:52:45 2018 +0900

    Fixed message popover def (#1986)
---
 site/_data/popovers.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/_data/popovers.yaml b/site/_data/popovers.yaml
index c8cf38c..29cf771 100644
--- a/site/_data/popovers.yaml
+++ b/site/_data/popovers.yaml
@@ -63,7 +63,7 @@ ledger:
   def: An append-only data structure in BookKeeper that is used to 
persistently store messages in Pulsar topics.
 message:
   q: What is a message in Pulsar?
-  def: Messages are the basic "unit" of Pulsar. They're what producers publish 
to topics and what consumers then consume from topics.
+  def: Messages are the basic unit of Pulsar. They're what producers publish 
to topics and what consumers then consume from topics.
 multi-tenancy:
   q: What is multi-tenancy?
   def: The ability to isolate namespaces, specify quotas, and configure 
authentication and authorization on a per-property basis.

Reply via email to