AWS braket documentation change
Summary
Simplified phrasing in Hybrid Jobs configuration instructions
Security assessment
The change ('simply need to' -> 'need to') removes a redundant adverb without affecting security context. No security features or vulnerabilities mentioned.
Diff
diff --git a/braket/latest/developerguide/hybrid.md b/braket/latest/developerguide/hybrid.md index c7ba992cc..d37b6d1a3 100644 --- a//braket/latest/developerguide/hybrid.md +++ b//braket/latest/developerguide/hybrid.md @@ -112 +112 @@ With Hybrid Jobs, you can now run your variational algorithm code using a combin -The embedded simulator is already available with the Hybrid Jobs container, you simply need to decorate your main Python function with the `@hybrid_job` decorator. To use the PennyLane `lightning.gpu` simulator, you also need to specify a GPU instance in the `InstanceConfig` as shown in the following code snippet: +The embedded simulator is already available with the Hybrid Jobs container, you need to decorate your main Python function with the `@hybrid_job` decorator. To use the PennyLane `lightning.gpu` simulator, you also need to specify a GPU instance in the `InstanceConfig` as shown in the following code snippet: