Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <[email protected]>
  • Loading branch information
vdahiya12 committed Mar 30, 2021
1 parent e48841d commit a433138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/y_cable/design_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ Vendors can have several implementations/ways to use this concept
def check_prbs(self, port):
<function body here>
def only_credo(self, port):
def enable_loopback(self, port):
<function body here>
def only_amphenol(self, port):
def get_eye_info(self, port):
<function body here>
```
Expand All @@ -186,10 +186,10 @@ Vendors can have several implementations/ways to use this concept
def check_prbs(self, port):
<function body here>
def only_credo(self, port):
def enable_loopback(self, port):
<function body here>
def only_amphenol(self, port):
def get_eye_info(self, port):
<function body here>
```
Expand Down

0 comments on commit a433138

Please sign in to comment.