Skip to content

Commit

Permalink
minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Nov 28, 2023
1 parent 89fe615 commit fda3007
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/itlib/span.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// itlib-span v1.00
// itlib-span v1.01
//
// A C++11 implementation C++20's of std::span with a dynamic extent
//
// SPDX-License-Identifier: MIT
// MIT License:
// Copyright(c) 2022 Borislav Stanimirov
// Copyright(c) 2022-2023 Borislav Stanimirov
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files(the
Expand Down
2 changes: 1 addition & 1 deletion include/itlib/type_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// VERSION HISTORY
//
// 1.01 (2023-11-27) Added is_noop_convertible
// 1.02 (2023-11-27) Added is_noop_convertible
// 1.01 (2023-03-10) Added type_identity
// 1.00 (2020-12-28) First pulic release
//
Expand Down
2 changes: 1 addition & 1 deletion include/itlib/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// VERSION HISTORY
//
// 1.01 (2023-11-27) Added bit_cast
// 1.02 (2023-11-27) Added bit_cast
// 1.01 (2023-02-08) Added make_nullptr
// 1.00 (2022-11-28) Initial release
//
Expand Down

0 comments on commit fda3007

Please sign in to comment.