Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# beman.copyable\_function: A Beman Library Implementation of copyable_function ([P2548](https://wg21.link/P2548))
# beman.copyable_function: A Beman Library Implementation of copyable_function ([P2548](https://wg21.link/P2548))

<!--
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Expand All @@ -17,7 +17,7 @@ the function signature R(Args...). The library conforms to the [The Beman Standa

## License

beman.copyable\_function is licensed under the Apache License v2.0 with LLVM Exceptions.
beman.copyable_function is licensed under the Apache License v2.0 with LLVM Exceptions.

## Usage

Expand Down
Loading