From 92792bcdb315b06bc3d4c483b4fa743155549a1e Mon Sep 17 00:00:00 2001 From: rajeevgopalakrishna Date: Wed, 15 May 2019 13:06:18 +0530 Subject: [PATCH] Adds minor formatting edits to README.md --- utils/slither_format/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/slither_format/README.md b/utils/slither_format/README.md index f86c9a498..c3f291655 100644 --- a/utils/slither_format/README.md +++ b/utils/slither_format/README.md @@ -19,8 +19,8 @@ Slither detectors highlight names, context and source-mapping of code constructs + Enum names are converted to CapWords in enum declarations and uses + State variables: + If constant, are converted to UPPERCASE - + If private, are converted to mixedCase with underscore - + If not private, are converted to mixedCase + + If private, are converted to mixedCase with underscore + + If not private, are converted to mixedCase + Function names are converted to mixedCase in function definitions and calls + Function parameters are converted to CapWords beginning with underscores in parameter declaration and uses + Function modifiers are converted to mixedCase in modifier definitions and calls