Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniDicanio authored Feb 22, 2024
1 parent c187cc2 commit 39f1a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ else
}
```

**Version Note** WinReg v5.1.1 is the latest version in which the `TryGetXxxValue` methods return
**Version Note**: WinReg v5.1.1 is the latest version in which the `TryGetXxxValue` methods return
`std::optional<T>` (discarding the information about the error code).
Starting from v6.0.0, the `TryGetXxxxValue` methods return `RegExpected<T>` (which keeps
the error information on failure).
Expand All @@ -168,4 +168,4 @@ The library stuff lives under the `winreg` namespace.
See the [**`WinReg.hpp`**](WinReg/WinReg.hpp) header for more details and **documentation**.

Thanks to everyone who contributed to this project with some additional features and constructive
comments and suggestions.
comments and suggestions.

0 comments on commit 39f1a61

Please sign in to comment.