Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 10, 2021
1 parent 1752842 commit 6719bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slf4j-site/src/site/pages/codes.html
Expand Up @@ -362,7 +362,7 @@ <h3 class="doAnchor" name="multiple_bindings">Multiple bindings
declare a dependency on any SLF4J binding but only depend on
slf4j-api. When a library declares a compile-time dependency on a
SLF4J binding, it imposes that binding on the end-user, thus
negating SLF4J&rsquo;s purpose. When you come across an embedded
negating SLF4J&#39;s purpose. When you come across an embedded
component declaring a compile-time dependency on any SLF4J binding,
please take the time to contact the authors of said
component/library and kindly ask them to mend their ways.</p>
Expand All @@ -384,7 +384,7 @@ <h3 class="doAnchor" name="version_mismatch">slf4j-api version
slf4j-simple-${project.version}.jar, using slf4j-simple-1.5.5.jar
will not work.</p>

<p><span class="label notice">Note</span> From the client&rsquo;s
<p><span class="label notice">Note</span> From the client&#39;s
perspective all versions of slf4j-api are compatible. Client code
compiled with <em>slf4j-api-N.jar</em> will run perfectly fine
with <em>slf4j-api-M.jar</em> for any N and M. You only need to
Expand Down

0 comments on commit 6719bab

Please sign in to comment.