Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
8810a62b
Commit
8810a62b
authored
Jan 24, 2022
by
Davis King
Browse files
fix spelling error in comment
parent
c1b3feb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/cpp_pretty_printer/cpp_pretty_printer_kernel_abstract.h
dlib/cpp_pretty_printer/cpp_pretty_printer_kernel_abstract.h
+2
-2
No files found.
dlib/cpp_pretty_printer/cpp_pretty_printer_kernel_abstract.h
View file @
8810a62b
...
@@ -47,7 +47,7 @@ namespace dlib
...
@@ -47,7 +47,7 @@ namespace dlib
ensures
ensures
- treats data from in as C++ source code and pretty prints it in
- treats data from in as C++ source code and pretty prints it in
HTML and writes it to out.
HTML and writes it to out.
- The title of the HTML document writen to out will be title
- The title of the HTML document writ
t
en to out will be title
throws
throws
- std::ios_base::failure
- std::ios_base::failure
If there was a problem writing to out then this exception will
If there was a problem writing to out then this exception will
...
@@ -65,7 +65,7 @@ namespace dlib
...
@@ -65,7 +65,7 @@ namespace dlib
ensures
ensures
- treats data from in as C++ source code and pretty prints it in
- treats data from in as C++ source code and pretty prints it in
HTML with line numbers and writes it to out.
HTML with line numbers and writes it to out.
- The title of the HTML document writen to out will be title
- The title of the HTML document writ
t
en to out will be title
throws
throws
- std::ios_base::failure
- std::ios_base::failure
If there was a problem writing to out then this exception will
If there was a problem writing to out then this exception will
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment