diff --git a/docs/specification/implementation-status.md b/docs/specification/implementation-status.md index 6e634714d..12bd1161d 100644 --- a/docs/specification/implementation-status.md +++ b/docs/specification/implementation-status.md @@ -198,9 +198,9 @@ Supported operations in Graph Info: |-------------------|-------|--------|-------|------------| | create | ✓ | ✓ | ✓ | ✓ | | add vertex | ✓ | ✓ | ✓ | ✓ | -| remove vertex | | | | | +| remove vertex | | ✓ | | | | add edge | ✓ | ✓ | ✓ | ✓ | -| remove edge | | | | | +| remove edge | | ✓ | | | | get name | ✓ | ✓ | ✓ | ✓ | | get vertex | ✓ | ✓ | ✓ | ✓ | | get edge | ✓ | ✓ | ✓ | ✓ |