We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1c563 commit e40b49dCopy full SHA for e40b49d
beacon_node/beacon_chain/src/graffiti_calculator.rs
@@ -409,7 +409,7 @@ mod tests {
409
let harness = get_harness(VALIDATOR_COUNT, spec, None);
410
411
let graffiti_vec = vec![
412
- // less than 20 characters, example blow is 19 characters
+ // less than 20 characters, example below is 19 characters
413
"This is my graffiti",
414
// 20-23 characters, example below is 22 characters
415
"This is my graffiti yo",
0 commit comments