Skip to content

Commit

Permalink
fix typo in the name of the tl::expected library (#5838)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Dec 3, 2023
1 parent 5222396 commit 9199914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -4225,7 +4225,7 @@ libs.thinkcell.versions=trunk
libs.thinkcell.versions.trunk.version=trunk
libs.thinkcell.versions.trunk.path=/opt/compiler-explorer/libs/thinkcell/trunk

libs.tlexpected.name=tl::exected
libs.tlexpected.name=tl::expected
libs.tlexpected.versions=trunk:100
libs.tlexpected.description=Single header implementation of std::expected with functional-style extensions.
libs.tlexpected.url=https://github.com/TartanLlama/expected
Expand Down
2 changes: 1 addition & 1 deletion etc/config/objc++.amazon.properties
Expand Up @@ -1559,7 +1559,7 @@ libs.tbb.versions.20214.version=2021.4.0
libs.tbb.versions.20214.path=/opt/compiler-explorer/libs/tbb/2021.4.0/include
libs.tbb.versions.20214.liblink=tbb_debug:tbbmalloc_debug:tbbmalloc_proxy_debug

libs.tlexpected.name=tl::exected
libs.tlexpected.name=tl::expected
libs.tlexpected.versions=trunk:100
libs.tlexpected.description=Single header implementation of std::expected with functional-style extensions.
libs.tlexpected.url=https://github.com/TartanLlama/expected
Expand Down

0 comments on commit 9199914

Please sign in to comment.