Compare commits

...

2 Commits

Author SHA1 Message Date
vitalmotif b54a0144a3
Merge 97e47d7332 into 66b70dd8ed 2024-04-13 21:45:12 +02:00
vitalmotif 97e47d7332 chore: fix some typos
Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
2024-04-07 13:41:26 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -2612,7 +2612,7 @@ fn lessopen_validity() {
// Syntax highlighting should be the same regardless of
// --map-syntax' case or file extension's case
#[test]
fn highlighting_independant_from_map_syntax_case() {
fn highlighting_independent_from_map_syntax_case() {
let expected = bat()
.arg("-f")
.arg("--map-syntax=*.config:JSON")

View File

@ -98,7 +98,7 @@ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
}
/**
* @dev Base URI for computing {tokenURI}. Empty by default, can be overriden
* @dev Base URI for computing {tokenURI}. Empty by default, can be overridden
* in child contracts.
*/
function _baseURI() internal view virtual returns (string memory) {

View File

@ -13,7 +13,7 @@
// limitations under the License.
// Implements a fixed-point parameterized pipelined division
// operation. Outputs are expected to be on range [-1,1), techincally
// operation. Outputs are expected to be on range [-1,1), technically
// [-1,2^(BITS-1)-1/2^(BITS-1)]. There is no convergent rounding.
//
// [TODO] Implement optional convergent rounding and some form of