Skip to content

Commit

Permalink
more precise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 23, 2024
1 parent 6d3e0f0 commit 26dc7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function performsJustInTimeCompilation(): bool
}

/**
* Returns the path to the binary of the current runtime.
* Returns the raw path to the binary of the current runtime.
*/
public function getRawBinary(): string
{
Expand Down Expand Up @@ -131,7 +131,7 @@ public function getRawBinary(): string
}

/**
* Returns the path to the binary of the current runtime.
* Returns the escaped path to the binary of the current runtime.
*/
public function getBinary(): string
{
Expand Down

0 comments on commit 26dc7fd

Please sign in to comment.