From 58e3467d800eb9363ef7488ee184affb15fc221f Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 16 Jan 2025 09:00:55 +0000 Subject: [PATCH] AUTO: Sync ScalarDL docs in English to docs site repo --- docs/use-generic-contracts.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/use-generic-contracts.mdx b/docs/use-generic-contracts.mdx index 999a04e4..85af8db6 100644 --- a/docs/use-generic-contracts.mdx +++ b/docs/use-generic-contracts.mdx @@ -351,6 +351,7 @@ To interact with generic contracts and functions in your Java applications, see To write your own contracts and functions based on generic contracts and functions, see the following: +* The source code of the generic contracts and functions, which are available in the `generic-contracts` directory previously mentioned in this guide * [A Guide on How to Write a Good Contract](how-to-write-contract.mdx) * [A Guide on How to Write a Good Function](how-to-write-function.mdx)