Skip to content

Commit

Permalink
Very minor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 20, 2024
1 parent cea2c76 commit a4fcbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chatdbg/chatdbg_lldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def lldb(command):
"""
{
"name": "lldb",
"description": "Run a lldb command and get the response.",
"description": "Run an LLDB command and get the response.",
"parameters": {
"type": "object",
"properties": {
Expand All @@ -553,7 +553,7 @@ def lldb(command):
"description": "The lldb command to run."
}
},
"required": [ "command" ]
"required": [ "command" ]
}
}
"""
Expand Down

0 comments on commit a4fcbe4

Please sign in to comment.