Merge pull request #1 from Re1own/Re1own-patch-1

707_C代码语法错误
This commit is contained in:
Re1own 2022-12-26 01:31:51 -05:00 committed by GitHub
commit cce6a5dde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -263,7 +263,6 @@ void myLinkedListFree(MyLinkedList* obj) {
}
/**
* Your MyLinkedList struct will be instantiated and called as such:
* MyLinkedList* obj = myLinkedListCreate();
* int param_1 = myLinkedListGet(obj, index);
@ -277,7 +276,7 @@ void myLinkedListFree(MyLinkedList* obj) {
* myLinkedListDeleteAtIndex(obj, index);
* myLinkedListFree(obj);
*/
*/
```
Java