diff --git a/specs/networking/p2p-interface.md b/specs/networking/p2p-interface.md index 46663fff1..4f71ed6d9 100644 --- a/specs/networking/p2p-interface.md +++ b/specs/networking/p2p-interface.md @@ -422,7 +422,7 @@ Request Content: ``` ( - block_roots: []HashTreeRoot + []HashTreeRoot ) ``` @@ -430,7 +430,7 @@ Response Content: ``` ( - blocks: []BeaconBlock + []BeaconBlock ) ```