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/30 20:41:52 UTC

[kafka] branch trunk updated: MINOR: Remove erroneous extra in design doc (#9657)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 6add059  MINOR: Remove erroneous extra <code> in design doc (#9657)
6add059 is described below

commit 6add0594a70e1a401501587c0379f27d37493ab7
Author: Tom Bentley <to...@users.noreply.github.com>
AuthorDate: Mon Nov 30 20:41:14 2020 +0000

    MINOR: Remove erroneous extra <code> in design doc (#9657)
    
    Reviewers: Bill Bejeck <bb...@apache.org>
---
 docs/design.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/design.html b/docs/design.html
index 9e08b5f..a1e438e 100644
--- a/docs/design.html
+++ b/docs/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
                 .
                 .
                 .