diff --git a/paper/bibliography.bib b/paper/bibliography.bib index 4261d4a..065b86b 100644 --- a/paper/bibliography.bib +++ b/paper/bibliography.bib @@ -176,7 +176,7 @@ keywords = {data structures, searching, trees} } @misc{ubsan, - title = {Undefined Behaviort Sanitizer}, + title = {UndefinedBehaviorSanitizer — Clang 19.0.0git documentation}, howpublished = {\url{https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html}}, note = {Accessed: 2024-04-19} } diff --git a/paper/paper.tex b/paper/paper.tex index a056684..6694d55 100644 --- a/paper/paper.tex +++ b/paper/paper.tex @@ -226,6 +226,8 @@ This code is not straightforward, so exercising it from only a manually written \section{Conclusion} +% https://www.reddit.com/r/LaTeX/comments/9d9u97/some_reference_get_weird_space_between_them_when/ +\raggedright \printbibliography \end{document}