Skip to content

Commit

Permalink
Update libraries.md (#9406)
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed Jul 12, 2024
1 parent bbb54f5 commit 020e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/9.0/preview/preview6/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Programs that are outside these limits are incredibly rare and would already ben

### BigMul APIs

There are now dedicated `BigMul` APIs on `int`, `long`, `uint`, and `ulong` that directly return the next larger integer.
There are now dedicated `BigMul` APIs on `int`, `long`, `uint`, and `ulong` that return the next larger [integer type](https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/integral-numeric-types).

The new APIs have the following shape.

Expand Down

0 comments on commit 020e861

Please # to comment.