Skip to content

Commit 2275b3c

Browse files
authored
Fix build issue in the footer (#98)
2 parents e712700 + 0bdca36 commit 2275b3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TSPL.docc/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<footer id="footer" role="contentinfo" hidden>
1313
<div class="container">
1414
<div>
15-
<p class="copyright">Copyright © 2014 &en; 2023 Apple Inc. and the Swift project authors. All rights reserved.</p>
15+
<p class="copyright">Copyright © 20142023 Apple Inc. and the Swift project authors. All rights reserved.</p>
1616
<p>This document is made available under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/" style="color: #09f">Creative Commons Attribution 4.0 International (CC BY 4.0) License</a>.</p>
1717
<p class="trademark">Swift and the Swift logo are trademarks of Apple Inc.</p>
1818
<p class="privacy">

bin/publish-book

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Then set environment variables to paths in their working directories,
1919
# like the following, before running this script:
2020
#
21-
# DOCC_EXEC=~/git/DocC/.build/arm64-apple-macosx/debug/docc
21+
# PATH=~/git/DocC/.build/arm64-apple-macosx/debug:$PATH
2222
# DOCC_HTML_DIR=~/git/DocC-Renderer/dist/
2323

2424
set -eu

bin/update-book-preview

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Then set environment variables to paths in their working directories,
2424
# like the following, before running this script:
2525
#
26-
# DOCC_EXEC=~/git/DocC/.build/arm64-apple-macosx/debug/docc
26+
# PATH=~/git/DocC/.build/arm64-apple-macosx/debug:$PATH
2727
# DOCC_HTML_DIR=~/git/DocC-Renderer/dist/
2828

2929
set -eu

0 commit comments

Comments
 (0)