You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/11/26 14:01:39 UTC

[kafka-site] branch asf-site updated: Remove erroneous extra (#312)

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

bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new de88573  Remove erroneous extra <code> (#312)
de88573 is described below

commit de88573729aa76e69c6ac357ff2a4874d3e76446
Author: Tom Bentley <to...@users.noreply.github.com>
AuthorDate: Thu Nov 26 14:01:23 2020 +0000

    Remove erroneous extra <code> (#312)
    
    Reviewers: Luke Chen, Bill Bejeck <bb...@apache.org>
---
 27/design.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/27/design.html b/27/design.html
index 9e08b5f..a1e438e 100644
--- a/27/design.html
+++ b/27/design.html
@@ -453,7 +453,7 @@
     <p>
     Let's discuss a concrete example of such a stream. Say we have a topic containing user email addresses; every time a user updates their email address we send a message to this topic using their user id as the
     primary key. Now say we send the following messages over some time period for a user with id 123, each message corresponding to a change in email address (messages for other ids are omitted):
-    <pre class="line-numbers"><code class="language-text"><code>       123 => bill@microsoft.com
+    <pre class="line-numbers"><code class="language-text">       123 => bill@microsoft.com
                 .
                 .
                 .