Skip to content

Commit

Permalink
Update documentation after commit 12ff760 (#507)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Jul 31, 2024
1 parent 12ff760 commit 783dae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/usagePS.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3 id="initialization">Initialization</h3>
</code></pre>
<h3 id="execution">Execution</h3>
<p>Now everything is ready and you can create objects like in the following snippet:</p>
<pre><code class="lang-powershell">$var = New-JObject java.lang.String &quot;Hello from&quot;
<pre><code class="lang-powershell">$var = New-JObject -Class java.lang.String -Arguments &quot;Hello from&quot;
$var.ToString()
$var = $var.concat(&quot; JNetPS&quot;)
$var.ToString()
Expand Down

0 comments on commit 783dae3

Please sign in to comment.